CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

combustionProperties

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 17, 2010, 17:07
Post combustionProperties
  #1
New Member
 
fairus
Join Date: Apr 2010
Posts: 20
Rep Power: 16
mfmohdyasin is on a distinguished road
Dear all,

Based on the readCombustionProperties.H file below, seems like dieselFoam solver will only read "Cmix" value without caring about combustionProperties dictionary which states the timing, location and duration of the ignition.

----------------------------------------------------
Info<< "Reading combustion properties\n" << endl;

IOdictionary combustionProperties
(
IOobject
(
"combustionProperties",
runTime.constant(),
mesh,
IOobject::MUST_READ,
IOobject::NO_WRITE
)
);

dimensionedScalar Cmix
(
combustionProperties.lookup("Cmix")
);

-------------------------------------------------------

So, is the 'ignition' in dieselFoam can only be done if the gas temperature is high enough to ignite the fuel? If that's the case, ignition in dieselFoam is not similar to spark ignition. Please correct me if I'm wrong.

Thanks,
Fairus
mfmohdyasin is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Changes to combustionProperties mrangitschdowcom OpenFOAM Bugs 0 October 24, 2008 14:06


All times are GMT -4. The time now is 14:29.