Go to the source code of this file.
Functions | |
| IOdictionary | filmDict (IOobject("surfaceFilmProperties", runTime.constant(), runTime, IOobject::MUST_READ, IOobject::NO_WRITE, false)) |
| fvMesh | filmMesh (IOobject(filmRegionName, runTime.timeName(), runTime, IOobject::MUST_READ)) |
Variables | |
| const word | filmRegionName = filmDict.get<word>("region") |
| IOdictionary filmDict | ( | IOobject("surfaceFilmProperties", runTime.constant(), runTime, IOobject::MUST_READ, IOobject::NO_WRITE, false) | ) |
Referenced by alphatWallBoilingWallFunctionFvPatchScalarField::alphatWallBoilingWallFunctionFvPatchScalarField().
| fvMesh filmMesh | ( | IOobject(filmRegionName, runTime.timeName(), runTime, IOobject::MUST_READ) | ) |
| const word filmRegionName = filmDict.get<word>("region") |
Definition at line 16 of file createMeshesPostProcess.H.