This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| List< volScalarField * > | volFieldPtrs (nFields, reinterpret_cast< volScalarField * >(0)) |
| stringList | volFieldNames (nFields) |
| List< surfaceScalarField * > | surfFieldPtrs (nSurfFields, reinterpret_cast< surfaceScalarField * >(0)) |
| stringList | surfFieldNames (nSurfFields) |
Variables | |
| int | nFields = volScalarNames.size() + 3*volVectorNames.size() |
| nSurfFields = 0 | |
| List<volScalarField*> volFieldPtrs | ( | nFields | , |
| reinterpret_cast< volScalarField * > | 0 | ||
| ) |
| stringList volFieldNames | ( | nFields | ) |
| List<surfaceScalarField*> surfFieldPtrs | ( | nSurfFields | , |
| reinterpret_cast< surfaceScalarField * > | 0 | ||
| ) |
| stringList surfFieldNames | ( | nSurfFields | ) |
| nFields = volScalarNames.size() + 3*volVectorNames.size() |
Definition at line 2 of file createFields.H.
Referenced by probes::checkFieldTypes(), and probes::countFields().
| nSurfFields = 0 |
Definition at line 113 of file createFields.H.