createMeshesPostProcess.H File Reference
Include dependency graph for createMeshesPostProcess.H:

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")
 

Function Documentation

◆ filmDict()

IOdictionary filmDict ( IOobject("surfaceFilmProperties", runTime.constant(), runTime, IOobject::MUST_READ, IOobject::NO_WRITE, false)  )

Referenced by alphatWallBoilingWallFunctionFvPatchScalarField::alphatWallBoilingWallFunctionFvPatchScalarField().

Here is the caller graph for this function:

◆ filmMesh()

fvMesh filmMesh ( IOobject(filmRegionName, runTime.timeName(), runTime, IOobject::MUST_READ)  )

Referenced by filmFlux::execute(), and filmFlux::write().

Here is the caller graph for this function:

Variable Documentation

◆ filmRegionName

const word filmRegionName = filmDict.get<word>("region")

Definition at line 16 of file createMeshesPostProcess.H.