Go to the documentation of this file.
40 scalar endTime =
mesh.time().endTime().value();
41 scalar deltaT =
mesh.time().deltaT().value();
42 label nSteps = round(endTime / deltaT);
45 FatalErrorIn(
"DAInputFieldUnsteady") <<
"Total number of time steps "
46 << nSteps <<
"is not divisible by stepInterval "
80 if (input.size() != this->size())
82 FatalErrorIn(
"DAInputFieldUnsteady::run") <<
"the input size is not valid. " << exit(FatalError);
114 FatalErrorIn(
"DAInputFieldUnsteady::run") <<
"fieldType not valid" << exit(FatalError);
addToRunTimeSelectionTable(DAFunction, DAFunctionForce, dictionary)
label nLocalCells
local cell size
const dictionary & getAllOptions() const
return a reference of allOptions_ dictionary
globalIndex globalCellNumbering
HashTable< List< scalar > > inputFieldUnsteady
the unsteady field inputs with the key being the fieldName
label nGlobalCells
global cell size
defineTypeNameAndDebug(DAFunction, 0)