LagrangianmDdt.H File Reference

Functions for calculating the time derivative for a Lagrangian equation. More...

Include dependency graph for LagrangianmDdt.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 
 Foam::Lagrangianm
 

Functions

template<class Type >
bool initDdt (const dimensionSet &mDims, const LagrangianSubSubField< Type > &psi, const bool instantaneousDdt=false)
 
template<class Type , template< class > class PrimitiveField>
bool initDdt (const dimensionSet &mDims, const LagrangianSubField< Type, PrimitiveField > &psi, const bool instantaneousDdt=false)
 
template<class Type >
tmp< LagrangianEqn< Type > > noDdt (const LagrangianSubScalarField &deltaT, const dimensionSet &mDims, const LagrangianSubSubField< Type > &psi)
 
template<class Type , template< class > class PrimitiveField>
tmp< LagrangianEqn< Type > > noDdt (const LagrangianSubScalarField &deltaT, const dimensionSet &mDims, const LagrangianSubField< Type, PrimitiveField > &psi)
 
template<class Type >
tmp< LagrangianEqn< Type > > Ddt (const LagrangianSubScalarField &deltaT, LagrangianSubSubField< Type > &psi)
 
template<class Type >
tmp< LagrangianEqn< Type > > Ddt (const LagrangianSubScalarField &deltaT, const LagrangianSubScalarSubField &m, LagrangianSubSubField< Type > &psi)
 
template<class Type >
tmp< LagrangianEqn< Type > > ddt (const LagrangianSubScalarField &deltaT, const LagrangianSubSubField< Type > &psi)
 
template<class Type >
tmp< LagrangianEqn< Type > > ddt (const LagrangianSubScalarField &deltaT, const LagrangianSubScalarSubField &m, const LagrangianSubSubField< Type > &psi)
 
template<class Type >
tmp< LagrangianEqn< Type > > ddt0 (const LagrangianSubScalarField &deltaT, const LagrangianSubSubField< Type > &psi)
 
template<class Type >
tmp< LagrangianEqn< Type > > ddt0 (const LagrangianSubScalarField &deltaT, const LagrangianSubScalarSubField &m, const LagrangianSubSubField< Type > &psi)
 

Detailed Description

Functions for calculating the time derivative for a Lagrangian equation.

Original source file LagrangianmDdt.H

InNamespace Foam::Lagrangianm

Source files

Definition in file LagrangianmDdt.H.