
Go to the source code of this file.
Functions | |
| IOobject | phiBHeader ("phiB", runTime.timeName(), mesh, IOobject::NO_READ) |
| if (phiBHeader.typeHeaderOk< surfaceScalarField >(true)) | |
Variables | |
| surfaceScalarField * | phiBPtr = nullptr |
| else | |
| surfaceScalarField & | phiB = *phiBPtr |
| IOobject phiBHeader | ( | "phiB" | , |
| runTime. | timeName(), | ||
| mesh | , | ||
| IOobject::NO_READ | ) |
| if | ( | phiBHeader.typeHeaderOk< surfaceScalarField > | true | ) |
Definition at line 12 of file createPhiB.H.
References mesh, phiBHeader(), phiBPtr, and runTime.

| phiBPtr = nullptr |
Definition at line 10 of file createPhiB.H.
Referenced by if().
| else |
Definition at line 29 of file createPhiB.H.
| surfaceScalarField& phiB = *phiBPtr |
Definition at line 47 of file createPhiB.H.