
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 |
| IOdictionary porosityProperties | ( | IOobject("porosityProperties", runTime.constant(), runTime, IOobject::READ_IF_PRESENT, IOobject::NO_WRITE) | ) |
References runTime.
Referenced by if(), isoAdvection::isoAdvection(), and porosityEnabled().

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


| if | ( | porosityEnabled | ) |
Definition at line 20 of file createPorosity.H.
References mesh, porosityEnabled(), runTime, and tporosity.

| tmp<volScalarField> tporosity |
Definition at line 19 of file createPorosity.H.