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

Detailed Description

Definition in file createSpray.H.

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

Go to the source code of this file.

Functions

Info<< "Constructing Spray"
<< endl;PtrList
< gasThermoPhysics > 
gasProperties (Y.size())
 forAll (gasProperties, i)
spray dieselSpray (U, rho, p, T, composition, gasProperties, thermo, g)
 if (dieselSpray.twoD())

Variables

scalar gasMass0 = fvc::domainIntegrate(rho).value()

Function Documentation

Info<< "Constructing Spray" << endl;PtrList<gasThermoPhysics> gasProperties ( Y.  size())

Referenced by forAll(), and spray::injectedEnthalpy().

forAll ( gasProperties  ,
 
)

Definition at line 4 of file createSpray.H.

References gasProperties(), and thermo.

spray dieselSpray ( U  ,
rho  ,
p  ,
T  ,
composition  ,
gasProperties  ,
thermo  ,
 
)

Referenced by for(), and if().

if ( dieselSpray.  twoD())

Definition at line 31 of file createSpray.H.

References dieselSpray(), and Foam::mathematicalConstant::pi().


Variable Documentation

gasMass0 = fvc::domainIntegrate(rho).value()

Definition at line 29 of file createSpray.H.