|
| TypeName ("phaseMap") |
| Runtime type information. More...
|
|
| phaseMap (const word &name, const Time &runTime, const dictionary &) |
| Construct from Time and dictionary. More...
|
|
| phaseMap (const phaseMap &)=delete |
| Disallow default bitwise copy construction. More...
|
|
virtual | ~phaseMap () |
| Destructor. More...
|
|
virtual bool | execute () |
| Calculate the force fields. More...
|
|
virtual bool | write () |
| Write the force fields. More...
|
|
void | operator= (const phaseMap &)=delete |
| Disallow default bitwise assignment. More...
|
|
| TypeName ("fvMeshFunctionObject") |
| Runtime type information. More...
|
|
| fvMeshFunctionObject (const word &name, const Time &runTime, const dictionary &dict) |
| Construct from Time and dictionary. More...
|
|
| fvMeshFunctionObject (const word &name, const objectRegistry &obr, const dictionary &dict) |
| Construct from the region objectRegistry and dictionary. More...
|
|
| fvMeshFunctionObject (const fvMeshFunctionObject &)=delete |
| Disallow default bitwise copy construction. More...
|
|
virtual | ~fvMeshFunctionObject () |
| Destructor. More...
|
|
void | operator= (const fvMeshFunctionObject &)=delete |
| Disallow default bitwise assignment. More...
|
|
| TypeName ("regionFunctionObject") |
| Runtime type information. More...
|
|
| regionFunctionObject (const word &name, const Time &runTime, const dictionary &dict) |
| Construct from Time and dictionary. More...
|
|
| regionFunctionObject (const word &name, const objectRegistry &obr, const dictionary &dict) |
| Construct from the region objectRegistry and dictionary. More...
|
|
| regionFunctionObject (const regionFunctionObject &)=delete |
| Disallow default bitwise copy construction. More...
|
|
virtual | ~regionFunctionObject () |
| Destructor. More...
|
|
virtual bool | read (const dictionary &) |
| Read optional controls. More...
|
|
void | operator= (const regionFunctionObject &)=delete |
| Disallow default bitwise assignment. More...
|
|
| ClassName ("functionObject") |
|
virtual const word & | type () const =0 |
| Runtime type information. More...
|
|
| declareRunTimeSelectionTable (autoPtr, functionObject, dictionary,(const word &name, const Time &runTime, const dictionary &dict),(name, runTime, dict)) |
|
| functionObject (const word &name) |
| Construct from components. More...
|
|
autoPtr< functionObject > | clone () const |
| Return clone. More...
|
|
| functionObject (const functionObject &)=delete |
| Disallow default bitwise copy construction. More...
|
|
virtual | ~functionObject () |
| Destructor. More...
|
|
const word & | name () const |
| Return the name of this functionObject. More...
|
|
virtual bool | executeAtStart () const |
| Return true if the functionObject should be executed at the start. More...
|
|
virtual bool | end () |
| Called when Time::run() determines that the time-loop exits. More...
|
|
virtual scalar | timeToNextWrite () |
| Called by Time::adjustTimeStep(). Allows the functionObject to. More...
|
|
virtual void | updateMesh (const mapPolyMesh &mpm) |
| Update for changes of mesh. More...
|
|
virtual void | movePoints (const polyMesh &mesh) |
| Update for changes of mesh. More...
|
|
void | operator= (const functionObject &)=delete |
| Disallow default bitwise assignment. More...
|
|
This functionObject writes the phase-fraction map field alpha.map with incremental value ranges for each phase e.g., with values 0 for water, 1 for air, 2 for oil etc.
Example of function object specification:
phaseMap
{
type phaseMap;
libs ("libmultiphaseEulerFoamFunctionObjects.so");
writeControl writeTime;
}
- Usage
Property | Description | Required | Default value |
type | type name: phaseMap | yes | |
- See also
- Foam::functionObjects::fvMeshFunctionObject Foam::functionObject
- Source files
-
Definition at line 83 of file phaseMap.H.