
Go to the source code of this file.
Functions | |
| typeIOobject< surfaceScalarField > | phiBHeader ("phiB", runTime.name(), mesh, IOobject::NO_READ) |
| if (phiBHeader.headerOk()) | |
Variables | |
| surfaceScalarField * | phiBPtr = nullptr |
| else | |
| surfaceScalarField & | phiB = *phiBPtr |
| typeIOobject<surfaceScalarField> phiBHeader | ( | "phiB" | , |
| runTime. | name(), | ||
| mesh | , | ||
| IOobject::NO_READ | |||
| ) |
| if | ( | phiBHeader. | headerOk() | ) |
Definition at line 12 of file createPhiB.H.
References Foam::Info, mesh, and phiBPtr.
| 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.
Referenced by main().