Definition in file createSpray.H.
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() |
| Info<< "Constructing Spray" << endl;PtrList<gasThermoPhysics> gasProperties | ( | Y. | size() ) |
Referenced by forAll(), and spray::injectedEnthalpy().
| forAll | ( | gasProperties | , |
| i | |||
| ) |
Definition at line 4 of file createSpray.H.
References gasProperties(), and thermo.
| spray dieselSpray | ( | U | , |
| rho | , | ||
| p | , | ||
| T | , | ||
| composition | , | ||
| gasProperties | , | ||
| thermo | , | ||
| g | |||
| ) |
| if | ( | dieselSpray. | twoD() ) |
Definition at line 31 of file createSpray.H.
References dieselSpray(), and Foam::mathematicalConstant::pi().
| gasMass0 = fvc::domainIntegrate(rho).value() |
Definition at line 29 of file createSpray.H.