Go to the source code of this file.
Functions | |
Info<< "Reading thermophysical properties\n"<< endl;autoPtr< solidThermo > | pThermo (solidThermo::New(mesh)) |
if (!thermo.isotropic()) | |
IOobject | betavSolidIO ("betavSolid", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE) |
if (betavSolidIO.typeHeaderOk< volScalarField >(true)) | |
bool | meshFluxCorr (false) |
if (mesh.solutionDict().found("SIMPLE")) | |
else | if (mesh.solutionDict().found("PIMPLE")) |
Variables | |
solidThermo & | thermo = pThermo() |
tmp< volScalarField > | trho = thermo.rho() |
autoPtr< coordinateSystem > | coordinatesPtr |
autoPtr< volSymmTensorField > | taniAlpha |
autoPtr< volScalarField > | betavPtr |
else | |
Info<< "Reading thermophysical properties\n" << endl;autoPtr<solidThermo> pThermo | ( | solidThermo::New(mesh) | ) |
if | ( | !thermo. | isotropic() | ) |
Definition at line 11 of file createFields.H.
References coordinatesPtr, Foam::endl(), Foam::Info, mesh, Foam::New(), runTime, taniAlpha, and Foam::Zero.
IOobject betavSolidIO | ( | "betavSolid" | , |
runTime. | timeName(), | ||
mesh | , | ||
IOobject::MUST_READ | , | ||
IOobject::AUTO_WRITE | |||
) |
if | ( | betavSolidIO.typeHeaderOk< volScalarField > | true | ) |
Definition at line 62 of file createFields.H.
References betavPtr, betavSolidIO(), and mesh.
if | ( | mesh. | solutionDict).found("SIMPLE" | ) |
Definition at line 95 of file createFields.H.
References mesh, and meshFluxCorr().
else if | ( | mesh. | solutionDict).found("PIMPLE" | ) |
Definition at line 103 of file createFields.H.
References mesh, and meshFluxCorr().
Definition at line 4 of file createFields.H.
tmp<volScalarField> trho = thermo.rho() |
Definition at line 6 of file createFields.H.
autoPtr<coordinateSystem> coordinatesPtr |
Definition at line 8 of file createFields.H.
Referenced by if().
autoPtr<volSymmTensorField> taniAlpha |
Definition at line 9 of file createFields.H.
Referenced by if().
autoPtr<volScalarField> betavPtr |
Definition at line 61 of file createFields.H.
Referenced by if().
else |
Definition at line 74 of file createFields.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.