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...
Show off your group to the world. Share a photo of your group with us.

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 #1945 of 1972 |
Re: [cantera] deleting reactions one by one in cti files

gas = importPhase('rxnmech.cti');
nrxns = nReactions(gas);

for k = 1:nrxns
  setMultlipiler(gas, 0.0, k); % set rate constant of rxn k to zero
  disp([fwdRateConstants(gas)(k)]);  % returns fwd rate constant = 0.0
  setMultlipiler(gas, 1.0, k); % set rate constant of rxn k back to initial value


--- On Thu, 10/23/08, manoj kumar <manu370353@...> wrote:
From: manoj kumar <manu370353@...>
Subject: [cantera] deleting reactions one by one in cti files
To: cantera@yahoogroups.com
Cc: manu370353@...
Date: Thursday, October 23, 2008, 6:02 AM



----- Forwarded Message ----
From: manoj kumar <manu370353@yahoo. com>
To: cantera@yahoogroups .com
Cc: manu370353@yahoo. com
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 3:21 pm

pgokulak
Offline Offline
Send Email Send Email

Forward
Message #1945 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