Loading...
Searching...
No Matches
localEulerDdt Class Reference

#include <localEulerDdtScheme.H>

Inheritance diagram for localEulerDdt:
Collaboration diagram for localEulerDdt:

Public Member Functions

 localEulerDdt ()

Static Public Member Functions

static bool enabled (const fvMesh &mesh)
 Return true if LTS is enabled.
static const volScalarFieldlocalRDeltaT (const fvMesh &mesh)
 Return the reciprocal of the local time-step.
static const surfaceScalarFieldlocalRDeltaTf (const fvMesh &mesh)
 Return the reciprocal of the local face time-step.
static tmp< volScalarFieldlocalRSubDeltaT (const fvMesh &mesh, const label nAlphaSubCycles)
 Calculate and return the reciprocal of the local sub-cycling.

Static Public Attributes

static word rDeltaTName
 Name of the reciprocal local time-step field.
static word rDeltaTfName
 Name of the reciprocal local face time-step field.
static word rSubDeltaTName
 Name of the reciprocal local sub-cycling time-step field.

Detailed Description

Definition at line 65 of file localEulerDdtScheme.H.

Constructor & Destructor Documentation

◆ localEulerDdt()

localEulerDdt ( )
inline

Definition at line 87 of file localEulerDdtScheme.H.

Member Function Documentation

◆ enabled()

bool enabled ( const fvMesh & mesh)
static

◆ localRDeltaT()

const Foam::volScalarField & localRDeltaT ( const fvMesh & mesh)
static

Return the reciprocal of the local time-step.

looked-up from the objectRegistry

Definition at line 40 of file localEulerDdt.C.

References mesh, rDeltaTName, and rSubDeltaTName.

Referenced by Foam::byDt(), laminar< ReactionThermo >::correct(), Foam::MULES::correct(), Foam::MULES::correct(), Foam::MULES::explicitSolve(), Foam::MULES::explicitSolve(), Foam::MULES::limit(), and advectiveFvPatchField< Type >::updateCoeffs().

Here is the caller graph for this function:

◆ localRDeltaTf()

const Foam::surfaceScalarField & localRDeltaTf ( const fvMesh & mesh)
static

Return the reciprocal of the local face time-step.

looked-up from the objectRegistry

Definition at line 52 of file localEulerDdt.C.

References mesh, and rDeltaTfName.

Referenced by Foam::byDt().

Here is the caller graph for this function:

◆ localRSubDeltaT()

Foam::tmp< Foam::volScalarField > localRSubDeltaT ( const fvMesh & mesh,
const label nAlphaSubCycles )
static

Calculate and return the reciprocal of the local sub-cycling.

time-step

Definition at line 64 of file localEulerDdt.C.

References mesh, nAlphaSubCycles(), rDeltaTName, and rSubDeltaTName.

Referenced by twoPhaseSystem::solve().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ rDeltaTName

Foam::word rDeltaTName
static

Name of the reciprocal local time-step field.

Definition at line 72 of file localEulerDdtScheme.H.

Referenced by localRDeltaT(), and localRSubDeltaT().

◆ rDeltaTfName

Foam::word rDeltaTfName
static

Name of the reciprocal local face time-step field.

Definition at line 77 of file localEulerDdtScheme.H.

Referenced by localRDeltaTf().

◆ rSubDeltaTName

Foam::word rSubDeltaTName
static

Name of the reciprocal local sub-cycling time-step field.

Definition at line 82 of file localEulerDdtScheme.H.

Referenced by localRDeltaT(), and localRSubDeltaT().


The documentation for this class was generated from the following files: