Go to the documentation of this file.
82 #ifndef functionObjects_thermoCoupleProbes_H
83 #define functionObjects_thermoCoupleProbes_H
95 namespace functionObjects
173 const bool loadFromFiles =
false,
185 virtual label
nEqns()
const;
206 virtual bool write();
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from Foam::string.
virtual void derivatives(const scalar x, const scalarField &y, scalarField &dydx) const
Fundamental fluid thermodynamic properties.
virtual label nEqns() const
Generic templated field type.
virtual ~thermoCoupleProbes()
Set of locations to sample.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
TypeName("thermoCoupleProbes")
void sampleAndWrite(const GeometricField< Type, fvPatchField, volMesh > &)
Sample probe for temperature using a thermocouple.
const fluidThermo & thermo_
autoPtr< ODESolver > odeSolver_
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
const word & name() const noexcept
Abstract base class for the systems of ordinary differential equations.
Reads fields from the time directories and adds them to the mesh database for further post-processing...
virtual void jacobian(const scalar t, const scalarField &y, scalarField &dfdt, scalarSquareMatrix &dfdy) const
virtual bool read(const dictionary &)
Generic GeometricField class.