Search the web
Sign In
New User? Sign Up
cantera · Cantera User's Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
deleting reactions one by one in cti files   Message List  
Reply | Forward Message #1944 of 1972 |


----- Forwarded Message ----
From: manoj kumar <manu370353@...>
To: cantera@yahoogroups.com
Cc: manu370353@...
Sent: Wednesday, October 1, 2008 12:41:53 PM
Subject: Re: [cantera] Examples of Cantera use



hello,
  I am a combustion student. I have created many cti files ,then I want to know how to delete the reactions one by one in cti files(eg:c3_41_mech.cti) inorder to find the changes in ignition delay period . I am a matlab user of cantera I expect the great help
 
 
                                                                         manoj




Thu Oct 23, 2008 10:02 am

manu370353
Offline Offline
Send Email Send Email

Forward
Message #1944 of 1972 |
Expand Messages Author Sort by Date

... From: manoj kumar <manu370353@...> To: cantera@yahoogroups.com Cc: manu370353@... Sent: Wednesday, October 1, 2008 12:41:53 PM Subject: Re:...
manoj kumar
manu370353
Offline Send Email
Oct 23, 2008
10:02 am

gas = importPhase('rxnmech.cti'); nrxns = nReactions(gas); for k = 1:nrxns   setMultlipiler(gas, 0.0, k); % set rate constant of rxn k to zero  ...
P Gokulakrishnan
pgokulak
Offline Send Email
Oct 23, 2008
3:21 pm

________________________________ dear gokul sir, I have done all things as you said when running matlab the following error comes ()-indexing must apper last...
manoj kumar
manu370353
Offline Send Email
Oct 24, 2008
7:19 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help