Loading...
Searching...
No Matches
createPorosity.H File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

IOdictionary porosityProperties (IOobject("porosityProperties", runTime.constant(), runTime, IOobject::READ_IF_PRESENT, IOobject::NO_WRITE))
const bool porosityEnabled (porosityProperties.getOrDefault< bool >("porosityEnabled", false))
 if (porosityEnabled)

Variables

tmp< volScalarField > tporosity

Function Documentation

◆ porosityProperties()

IOdictionary porosityProperties ( IOobject("porosityProperties", runTime.constant(), runTime, IOobject::READ_IF_PRESENT, IOobject::NO_WRITE) )

References runTime.

Referenced by if(), isoAdvection::isoAdvection(), and porosityEnabled().

Here is the caller graph for this function:

◆ porosityEnabled()

const bool porosityEnabled ( porosityProperties.getOrDefault< bool > "porosityEnabled", false)

References porosityProperties().

Referenced by if(), and if().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ if()

Definition at line 20 of file createPorosity.H.

References mesh, porosityEnabled(), runTime, and tporosity.

Here is the call graph for this function:

Variable Documentation

◆ tporosity

tmp<volScalarField> tporosity

Definition at line 19 of file createPorosity.H.

Referenced by if(), and if().