
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) | ) |
References mesh.
| if | ( | !thermo. | isotropic() | ) |
Definition at line 11 of file createFields.H.
References coordinatesPtr, mesh, runTime, and taniAlpha.
| 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.

| bool meshFluxCorr | ( | false | ) |
| 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().

| solidThermo& thermo = pThermo() |
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.
| autoPtr<volScalarField> betavPtr |
Definition at line 61 of file createFields.H.
Referenced by if().