FreeFOAM The Cross-Platform CFD Toolkit
createFields.H File Reference
+ 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

Function Documentation

List<volScalarField*> volFieldPtrs ( nFields  ,
reinterpret_cast< volScalarField * > 
)
stringList volFieldNames ( nFields  )
List<surfaceScalarField*> surfFieldPtrs ( nSurfFields  ,
reinterpret_cast< surfaceScalarField * > 
)
stringList surfFieldNames ( nSurfFields  )

Variable Documentation

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.