Loading...
Searching...
No Matches
createFields.H File Reference
Include dependency graph for createFields.H:

Go to the source code of this file.

Functions

Info<< "Reading thermophysical properties\n"<< endl;autoPtr< psiThermo > pThermo (psiThermo::New(mesh))
volScalarField rho (IOobject("rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), thermo.rho())
Info<< "\nReading field U\n"<< endl;volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);Info<< "Creating turbulence model\n"<< endl;autoPtr< compressible::turbulenceModel > turbulence (compressible::turbulenceModel::New(rho, U, phi, thermo))
const word kinematicCloudName (args.getOrDefault< word >("cloud", "kinematicCloud"))

Variables

psiThermo & thermo = pThermo()

Function Documentation

◆ pThermo()

Info<< "Reading thermophysical properties\n"<< endl;autoPtr< psiThermo > pThermo ( psiThermo::New(mesh) )

References mesh.

◆ rho()

volScalarField rho ( IOobject("rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE) ,
thermo. rho() )

References mesh, and runTime.

◆ turbulence()

Info<< "\nReading field U\n"<< endl;volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);Info<< "Creating turbulence model\n"<< endl;autoPtr< compressible::turbulenceModel > turbulence ( compressible::turbulenceModel::New(rho, U, phi, thermo) )

References phi, rho, and U.

◆ kinematicCloudName()

const word kinematicCloudName ( args.getOrDefault< word > "cloud", "kinematicCloud")

References args, g, kinematicCloudName(), rho, and U.

Here is the call graph for this function:

Variable Documentation

◆ thermo

psiThermo& thermo = pThermo()

Definition at line 9 of file createFields.H.