Go to the source code of this file.
|
| Time & | runTime = runTimePtr_() |
| |
| fvMesh & | mesh = meshPtr_() |
| |
| simpleControl & | simple = simplePtr_() |
| |
| volScalarField & | p = pPtr_() |
| |
| volVectorField & | U = UPtr_() |
| |
| surfaceScalarField & | phi = phiPtr_() |
| |
| volScalarField & | alphaPorosity = alphaPorosityPtr_() |
| |
| singlePhaseTransportModel & | laminarTransport = laminarTransportPtr_() |
| |
| scalar & | cumulativeContErr = cumulativeContErr_ |
| |
| label & | pRefCell = pRefCell_ |
| |
| scalar & | pRefValue = pRefValue_ |
| |
| volVectorField & | fvSource = fvSourcePtr_() |
| |
| IOMRFZoneListDF & | MRF = MRFPtr_() |
| |
| const dictionary & | allOptions = daOptionPtr_->getAllOptions() |
| |
◆ setTime()
◆ runTime
| Time& runTime = runTimePtr_() |
◆ mesh
| fvMesh& mesh = meshPtr_() |
◆ simple
| simpleControl& simple = simplePtr_() |
| volScalarField& p = pPtr_() |
| volVectorField& U = UPtr_() |
◆ phi
| surfaceScalarField& phi = phiPtr_() |
◆ alphaPorosity
| volScalarField& alphaPorosity = alphaPorosityPtr_() |
◆ laminarTransport
| singlePhaseTransportModel& laminarTransport = laminarTransportPtr_() |
◆ cumulativeContErr
| scalar& cumulativeContErr = cumulativeContErr_ |
◆ pRefCell
| label& pRefCell = pRefCell_ |
◆ pRefValue
| scalar& pRefValue = pRefValue_ |
◆ fvSource
| volVectorField& fvSource = fvSourcePtr_() |
◆ MRF
| IOMRFZoneListDF& MRF = MRFPtr_() |
◆ allOptions
| const dictionary& allOptions = daOptionPtr_->getAllOptions() |