Foam::MULES Namespace Reference

Functions

template<class RdeltaTType , class RhoType , class SpType , class SuType >
void correct (const RdeltaTType &rDeltaT, const RhoType &rho, volScalarField &psi, const surfaceScalarField &phiCorr, const SpType &Sp, const SuType &Su)
 
template<class RhoType >
void correct (const RhoType &rho, volScalarField &psi, const surfaceScalarField &phiCorr)
 
template<class RhoType , class SpType , class SuType >
void correct (const RhoType &rho, volScalarField &psi, const surfaceScalarField &phiCorr, const SpType &Sp, const SuType &Su)
 
template<class RhoType , class PsiMaxType , class PsiMinType >
void correct (const RhoType &rho, volScalarField &psi, const surfaceScalarField &phi, surfaceScalarField &phiCorr, const PsiMaxType &psiMax, const PsiMinType &psiMin)
 
template<class RhoType , class SpType , class SuType , class PsiMaxType , class PsiMinType >
void correct (const RhoType &rho, volScalarField &psi, const surfaceScalarField &phi, surfaceScalarField &phiCorr, const SpType &Sp, const SuType &Su, const PsiMaxType &psiMax, const PsiMinType &psiMin)
 
template<class RdeltaTType , class RhoType , class SpType , class SuType , class PsiMaxType , class PsiMinType >
void limiterCorr (scalarField &allLambda, const RdeltaTType &rDeltaT, const RhoType &rho, const volScalarField &psi, const surfaceScalarField &phi, const surfaceScalarField &phiCorr, const SpType &Sp, const SuType &Su, const PsiMaxType &psiMax, const PsiMinType &psiMin)
 
template<class RdeltaTType , class RhoType , class SpType , class SuType , class PsiMaxType , class PsiMinType >
void limitCorr (const RdeltaTType &rDeltaT, const RhoType &rho, const volScalarField &psi, const surfaceScalarField &phi, surfaceScalarField &phiCorr, const SpType &Sp, const SuType &Su, const PsiMaxType &psiMax, const PsiMinType &psiMin)
 
template<class RdeltaTType , class RhoType , class SpType , class SuType >
void explicitSolve (const RdeltaTType &rDeltaT, const RhoType &rho, volScalarField &psi, const surfaceScalarField &phiPsi, const SpType &Sp, const SuType &Su)
 
template<class RhoType >
void explicitSolve (const RhoType &rho, volScalarField &psi, const surfaceScalarField &phiPsi)
 
template<class RhoType , class SpType , class SuType >
void explicitSolve (const RhoType &rho, volScalarField &psi, const surfaceScalarField &phiPsi, const SpType &Sp, const SuType &Su)
 
template<class RhoType , class PsiMaxType , class PsiMinType >
void explicitSolve (const RhoType &rho, volScalarField &psi, const surfaceScalarField &phiBD, surfaceScalarField &phiPsi, const PsiMaxType &psiMax, const PsiMinType &psiMin)
 
template<class RhoType , class SpType , class SuType , class PsiMaxType , class PsiMinType >
void explicitSolve (const RhoType &rho, volScalarField &psi, const surfaceScalarField &phiBD, surfaceScalarField &phiPsi, const SpType &Sp, const SuType &Su, const PsiMaxType &psiMax, const PsiMinType &psiMin)
 
template<class RdeltaTType , class RhoType , class SpType , class SuType , class PsiMaxType , class PsiMinType >
void limiter (scalarField &allLambda, const RdeltaTType &rDeltaT, const RhoType &rho, const volScalarField &psi, const surfaceScalarField &phiBD, const surfaceScalarField &phiCorr, const SpType &Sp, const SuType &Su, const PsiMaxType &psiMax, const PsiMinType &psiMin)
 
template<class RdeltaTType , class RhoType , class SpType , class SuType , class PsiMaxType , class PsiMinType >
void limit (const RdeltaTType &rDeltaT, const RhoType &rho, const volScalarField &psi, const surfaceScalarField &phi, surfaceScalarField &phiPsi, const SpType &Sp, const SuType &Su, const PsiMaxType &psiMax, const PsiMinType &psiMin, const bool returnCorr)
 
template<class RhoType , class SpType , class SuType , class PsiMaxType , class PsiMinType >
void limit (const RhoType &rho, const volScalarField &psi, const surfaceScalarField &phi, surfaceScalarField &phiPsi, const SpType &Sp, const SuType &Su, const PsiMaxType &psiMax, const PsiMinType &psiMin, const bool returnCorr)
 
void limitSum (UPtrList< scalarField > &phiPsiCorrs)
 
template<class SurfaceScalarFieldList >
void limitSum (SurfaceScalarFieldList &phiPsiCorrs)
 
void limitSum (const UPtrList< const scalarField > &alphas, UPtrList< scalarField > &phiPsiCorrs, const labelHashSet &fixed)
 
template<class SurfaceScalarFieldList >
void limitSum (const SurfaceScalarFieldList &alphas, SurfaceScalarFieldList &phiPsiCorrs, const labelHashSet &fixed)
 

Function Documentation

◆ correct() [1/5]

void correct ( const RdeltaTType &  rDeltaT,
const RhoType &  rho,
volScalarField psi,
const surfaceScalarField phiCorr,
const SpType &  Sp,
const SuType &  Su 
)

◆ correct() [2/5]

void correct ( const RhoType &  rho,
volScalarField psi,
const surfaceScalarField phiCorr 
)

Definition at line 78 of file CMULESTemplates.C.

References correct(), and correct.

Here is the call graph for this function:

◆ correct() [3/5]

void correct ( const RhoType &  rho,
volScalarField psi,
const surfaceScalarField phiCorr,
const SpType &  Sp,
const SuType &  Su 
)

Definition at line 90 of file CMULESTemplates.C.

References correct(), correct, TimeState::deltaTValue(), mesh, DimensionedField< Type, GeoMesh >::mesh(), and fvMesh::time().

Here is the call graph for this function:

◆ correct() [4/5]

void correct ( const RhoType &  rho,
volScalarField psi,
const surfaceScalarField phi,
surfaceScalarField phiCorr,
const PsiMaxType &  psiMax,
const PsiMinType &  psiMin 
)

Definition at line 115 of file CMULESTemplates.C.

References correct(), and correct.

Here is the call graph for this function:

◆ correct() [5/5]

void correct ( const RhoType &  rho,
volScalarField psi,
const surfaceScalarField phi,
surfaceScalarField phiCorr,
const SpType &  Sp,
const SuType &  Su,
const PsiMaxType &  psiMax,
const PsiMinType &  psiMin 
)

Definition at line 137 of file CMULESTemplates.C.

References correct, TimeState::deltaTValue(), limitCorr(), limiterCorr(), mesh, DimensionedField< Type, GeoMesh >::mesh(), and fvMesh::time().

Here is the call graph for this function:

◆ limiterCorr()

◆ limitCorr()

void limitCorr ( const RdeltaTType &  rDeltaT,
const RhoType &  rho,
const volScalarField psi,
const surfaceScalarField phi,
surfaceScalarField phiCorr,
const SpType &  Sp,
const SuType &  Su,
const PsiMaxType &  psiMax,
const PsiMinType &  psiMin 
)

Definition at line 577 of file CMULESTemplates.C.

References Foam::dimless, lambda(), limiterCorr(), mesh, DimensionedField< Type, GeoMesh >::mesh(), primitiveMesh::nFaces(), fvMesh::time(), and Time::timeName().

Referenced by correct(), and limiterCorr().

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

◆ explicitSolve() [1/5]

void explicitSolve ( const RdeltaTType &  rDeltaT,
const RhoType &  rho,
volScalarField psi,
const surfaceScalarField phiPsi,
const SpType &  Sp,
const SuType &  Su 
)

◆ explicitSolve() [2/5]

void explicitSolve ( const RhoType &  rho,
volScalarField psi,
const surfaceScalarField phiPsi 
)

Definition at line 83 of file MULESTemplates.C.

References explicitSolve().

Here is the call graph for this function:

◆ explicitSolve() [3/5]

void explicitSolve ( const RhoType &  rho,
volScalarField psi,
const surfaceScalarField phiPsi,
const SpType &  Sp,
const SuType &  Su 
)

Definition at line 95 of file MULESTemplates.C.

References TimeState::deltaTValue(), explicitSolve(), mesh, DimensionedField< Type, GeoMesh >::mesh(), and fvMesh::time().

Here is the call graph for this function:

◆ explicitSolve() [4/5]

void explicitSolve ( const RhoType &  rho,
volScalarField psi,
const surfaceScalarField phiBD,
surfaceScalarField phiPsi,
const PsiMaxType &  psiMax,
const PsiMinType &  psiMin 
)

Definition at line 120 of file MULESTemplates.C.

References explicitSolve().

Here is the call graph for this function:

◆ explicitSolve() [5/5]

void explicitSolve ( const RhoType &  rho,
volScalarField psi,
const surfaceScalarField phiBD,
surfaceScalarField phiPsi,
const SpType &  Sp,
const SuType &  Su,
const PsiMaxType &  psiMax,
const PsiMinType &  psiMin 
)

◆ limiter()

void limiter ( scalarField allLambda,
const RdeltaTType &  rDeltaT,
const RhoType &  rho,
const volScalarField psi,
const surfaceScalarField phiBD,
const surfaceScalarField phiCorr,
const SpType &  Sp,
const SuType &  Su,
const PsiMaxType &  psiMax,
const PsiMinType &  psiMin 
)

◆ limit() [1/2]

void limit ( const RdeltaTType &  rDeltaT,
const RhoType &  rho,
const volScalarField psi,
const surfaceScalarField phi,
surfaceScalarField phiPsi,
const SpType &  Sp,
const SuType &  Su,
const PsiMaxType &  psiMax,
const PsiMinType &  psiMin,
const bool  returnCorr 
)

◆ limit() [2/2]

void limit ( const RhoType &  rho,
const volScalarField psi,
const surfaceScalarField phi,
surfaceScalarField phiPsi,
const SpType &  Sp,
const SuType &  Su,
const PsiMaxType &  psiMax,
const PsiMinType &  psiMin,
const bool  returnCorr 
)

Definition at line 664 of file MULESTemplates.C.

References TimeState::deltaTValue(), limit(), mesh, DimensionedField< Type, GeoMesh >::mesh(), and fvMesh::time().

Here is the call graph for this function:

◆ limitSum() [1/4]

void limitSum ( UPtrList< scalarField > &  phiPsiCorrs)

Definition at line 30 of file MULES.C.

References forAll, lambda(), phasei, UPtrList< T >::size(), and Foam::sum().

Referenced by limitSum().

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

◆ limitSum() [2/4]

void limitSum ( SurfaceScalarFieldList &  phiPsiCorrs)

Definition at line 692 of file MULESTemplates.C.

References forAll, limitSum(), patchi, and phasei.

Here is the call graph for this function:

◆ limitSum() [3/4]

void limitSum ( const UPtrList< const scalarField > &  alphas,
UPtrList< scalarField > &  phiPsiCorrs,
const labelHashSet fixed 
)

Definition at line 80 of file MULES.C.

References Foam::fixed(), forAll, forAllConstIter(), Foam::identity(), lambda(), and UPtrList< T >::size().

Here is the call graph for this function:

◆ limitSum() [4/4]

void limitSum ( const SurfaceScalarFieldList &  alphas,
SurfaceScalarFieldList &  phiPsiCorrs,
const labelHashSet fixed 
)

Definition at line 729 of file MULESTemplates.C.

References forAll, limitSum(), patchi, and phasei.

Here is the call graph for this function: