FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

readChemistryProperties.H File Reference


Detailed Description

Definition in file readChemistryProperties.H.

Go to the source code of this file.

Variables

Info<< "Reading chemistry
properties\n"<< endl;IOdictionary
chemistryProperties(IOobject("chemistryProperties",
runTime.constant(), mesh,
IOobject::MUST_READ,
IOobject::NO_WRITE, false));Switch
turbulentReaction(chemistryProperties.lookup("turbulentReaction"));dimensionedScalar
Cmix("Cmix", dimless, 1.0);if(turbulentReaction){chemistryProperties.lookup("Cmix") >  
Cmix

Variable Documentation

Info<< "Reading chemistry properties\n" << endl;IOdictionary chemistryProperties( IOobject ( "chemistryProperties", runTime.constant(), mesh, IOobject::MUST_READ, IOobject::NO_WRITE, false ));Switch turbulentReaction(chemistryProperties.lookup("turbulentReaction"));dimensionedScalar Cmix("Cmix", dimless, 1.0);if (turbulentReaction){ chemistryProperties.lookup("Cmix") > Cmix

Definition at line 22 of file readChemistryProperties.H.