FreeFOAM The Cross-Platform CFD Toolkit
readChemistryProperties.H File Reference

Detailed Description

Definition in file readChemistryProperties.H.

+ This graph shows which files directly or indirectly include this file:

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.