FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

makeDataEntries.C File Reference


Detailed Description

Definition in file makeDataEntries.C.

#include "src/lagrangian/intermediate/submodels/IO/DataEntry/DataEntry/DataEntry.H"
#include "src/lagrangian/intermediate/submodels/IO/DataEntry/Constant/Constant.H"
#include "src/lagrangian/intermediate/submodels/IO/DataEntry/Table/Table.H"
#include "src/OpenFOAM/primitives/ints/label/label.H"
#include "src/OpenFOAM/primitives/Scalar/scalar/scalar.H"
#include "src/OpenFOAM/primitives/Vector/vector/vector.H"
Include dependency graph for makeDataEntries.C:

Go to the source code of this file.

Namespaces

namespace  Foam
 

Namespace for OpenFOAM.


Functions

 makeDataEntry (label)
 makeDataEntryType (Constant, label)
 makeDataEntryType (Table, label)
 makeDataEntry (scalar)
 makeDataEntryType (Constant, scalar)
 makeDataEntryType (Table, scalar)
 makeDataEntry (vector)
 makeDataEntryType (Constant, vector)
 makeDataEntryType (Table, vector)