34 namespace functionObjects
45 bool Foam::functionObjects::reconstruct::calcReconstruction()
47 typedef GeometricField<Type, fvsPatchField, surfaceMesh> SurfaceFieldType;
49 if (foundObject<SurfaceFieldType>(fieldName_))
55 mesh_.changing() && mesh_.solution().cache(resultName_)
65 bool Foam::functionObjects::reconstruct::calc()
67 bool processed =
false;
69 processed = processed || calcReconstruction<scalar>();
70 processed = processed || calcReconstruction<vector>();
74 cannotFindObject(fieldName_);
A list of keyword definitions, which are a keyword followed by any number of values (e...
Reconstruct volField from a face flux field.
addToRunTimeSelectionTable(functionObject, Qdot, dictionary)
reconstruct(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Macros for easy insertion into run-time selection tables.
A class for handling words, derived from string.
virtual ~reconstruct()
Destructor.
defineTypeNameAndDebug(Qdot, 0)
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh >> reconstruct(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)