Functions
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 &phi, const surfaceScalarField &phiCorr, const SpType &Sp, const SuType &Su)
 
template<class RhoType , class SpType , class SuType >
void correct (const RhoType &rho, volScalarField &psi, const surfaceScalarField &phi, surfaceScalarField &phiCorr, const SpType &Sp, const SuType &Su, const scalar psiMax, const scalar psiMin)
 
void correct (volScalarField &psi, const surfaceScalarField &phi, surfaceScalarField &phiCorr, const scalar psiMax, const scalar psiMin)
 
template<class RdeltaTType , class RhoType , class SpType , class SuType >
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 scalar psiMax, const scalar psiMin)
 
template<class RdeltaTType , class RhoType , class SpType , class SuType >
void limitCorr (const RdeltaTType &rDeltaT, const RhoType &rho, const volScalarField &psi, const surfaceScalarField &phi, surfaceScalarField &phiCorr, const SpType &Sp, const SuType &Su, const scalar psiMax, const scalar psiMin)
 
template<class RhoType , class SpType , class SuType >
void implicitSolve (const RhoType &rho, volScalarField &gamma, const surfaceScalarField &phi, surfaceScalarField &phiCorr, const SpType &Sp, const SuType &Su, const scalar psiMax, const scalar psiMin)
 
void implicitSolve (volScalarField &gamma, const surfaceScalarField &phi, surfaceScalarField &phiCorr, const scalar psiMax, const scalar psiMin)
 
template<class RhoType >
tmp< surfaceScalarFieldinterpolate (const RhoType &rho)
 
template<>
tmp< surfaceScalarFieldinterpolate (const volScalarField &rho)
 
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 , class SpType , class SuType >
void explicitSolve (const RhoType &rho, volScalarField &psi, const surfaceScalarField &phiPsi, const SpType &Sp, const SuType &Su)
 
template<class RhoType , class SpType , class SuType >
void explicitSolve (const RhoType &rho, volScalarField &psi, const surfaceScalarField &phiBD, surfaceScalarField &phiPsi, const SpType &Sp, const SuType &Su, const scalar psiMax, const scalar psiMin)
 
void explicitSolve (volScalarField &psi, const surfaceScalarField &phiBD, surfaceScalarField &phiPsi, const scalar psiMax, const scalar psiMin)
 
template<class RdeltaTType , class RhoType , class SpType , class SuType >
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 scalar psiMax, const scalar psiMin)
 
template<class RdeltaTType , class RhoType , class SpType , class SuType >
void limit (const RdeltaTType &rDeltaT, const RhoType &rho, const volScalarField &psi, const surfaceScalarField &phi, surfaceScalarField &phiPsi, const SpType &Sp, const SuType &Su, const scalar psiMax, const scalar psiMin, const bool returnCorr)
 
void limitSum (UPtrList< scalarField > &phiPsiCorrs)
 
template<class SurfaceScalarFieldList >
void limitSum (SurfaceScalarFieldList &phiPsiCorrs)
 

Function Documentation

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

Definition at line 79 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:

void correct ( volScalarField psi,
const surfaceScalarField phi,
surfaceScalarField phiCorr,
const scalar  psiMax,
const scalar  psiMin 
)

Definition at line 31 of file CMULES.C.

References correct.

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 scalar  psiMax,
const scalar  psiMin 
)
void limitCorr ( const RdeltaTType &  rDeltaT,
const RhoType &  rho,
const volScalarField psi,
const surfaceScalarField phi,
surfaceScalarField phiCorr,
const SpType &  Sp,
const SuType &  Su,
const scalar  psiMax,
const scalar  psiMin 
)

Definition at line 467 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:

void implicitSolve ( const RhoType &  rho,
volScalarField gamma,
const surfaceScalarField phi,
surfaceScalarField phiCorr,
const SpType &  Sp,
const SuType &  Su,
const scalar  psiMax,
const scalar  psiMin 
)
void implicitSolve ( volScalarField gamma,
const surfaceScalarField phi,
surfaceScalarField phiCorr,
const scalar  psiMax,
const scalar  psiMin 
)

Definition at line 31 of file IMULES.C.

References implicitSolve().

Here is the call graph for this function:

tmp<surfaceScalarField> Foam::MULES::interpolate ( const RhoType &  rho)
inline
tmp<surfaceScalarField> Foam::MULES::interpolate ( const volScalarField rho)
inline

Definition at line 47 of file IMULESTemplates.C.

References implicitSolve(), and Foam::fvc::interpolate().

Here is the call graph for this function:

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

Referenced by for().

Here is the caller graph for this function:

void Foam::MULES::explicitSolve ( const RhoType &  rho,
volScalarField psi,
const surfaceScalarField phiPsi,
const SpType &  Sp,
const SuType &  Su 
)
void Foam::MULES::explicitSolve ( const RhoType &  rho,
volScalarField psi,
const surfaceScalarField phiBD,
surfaceScalarField phiPsi,
const SpType &  Sp,
const SuType &  Su,
const scalar  psiMax,
const scalar  psiMin 
)
void Foam::MULES::explicitSolve ( volScalarField psi,
const surfaceScalarField phiBD,
surfaceScalarField phiPsi,
const scalar  psiMax,
const scalar  psiMin 
)
void Foam::MULES::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 scalar  psiMax,
const scalar  psiMin 
)
void Foam::MULES::limit ( const RdeltaTType &  rDeltaT,
const RhoType &  rho,
const volScalarField psi,
const surfaceScalarField phi,
surfaceScalarField phiPsi,
const SpType &  Sp,
const SuType &  Su,
const scalar  psiMax,
const scalar  psiMin,
const bool  returnCorr 
)

Referenced by thermo< Thermo, Type >::thermo().

Here is the caller graph for this function:

void limitSum ( UPtrList< scalarField > &  phiPsiCorrs)

Definition at line 51 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:

void limitSum ( SurfaceScalarFieldList &  phiPsiCorrs)

Definition at line 600 of file MULESTemplates.C.

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

Here is the call graph for this function: