KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
Classes | List of all members
Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver > Class Template Reference

Short class definition. More...

#include <levelset_convection_process.h>

Inheritance diagram for Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >:
Collaboration diagram for Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >:

Public Types

Type Definitions
typedef ImplicitSolvingStrategy< TSparseSpace, TDenseSpace, TLinearSolver > SolvingStrategyType
 
typedef BuilderAndSolver< TSparseSpace, TDenseSpace, TLinearSolver >::Pointer BuilderAndSolverPointerType
 
typedef ComputeNodalGradientProcess< ComputeNodalGradientProcessSettings::SaveAsNonHistoricalVariableComputeGradientProcessType
 
typedef ComputeGradientProcessType::Pointer ComputeGradientProcessPointerType
 
- Public Types inherited from Kratos::Flags
enum  FlagsList {
  Flag0 = BlockType(1) , Flag1 = BlockType(1) << 1 , Flag2 = BlockType(1) << 2 , Flag3 = BlockType(1) << 3 ,
  Flag4 = BlockType(1) << 4 , Flag5 = BlockType(1) << 5 , Flag6 = BlockType(1) << 6 , Flag7 = BlockType(1) << 7 ,
  Flag8 = BlockType(1) << 8 , Flag9 = BlockType(1) << 9 , Flag10 = BlockType(1) << 10 , Flag11 = BlockType(1) << 11 ,
  Flag12 = BlockType(1) << 12 , Flag13 = BlockType(1) << 13 , Flag14 = BlockType(1) << 14 , Flag15 = BlockType(1) << 15 ,
  Flag16 = BlockType(1) << 16 , Flag17 = BlockType(1) << 17 , Flag18 = BlockType(1) << 18 , Flag19 = BlockType(1) << 19 ,
  Flag20 = BlockType(1) << 20 , Flag21 = BlockType(1) << 21 , Flag22 = BlockType(1) << 22 , Flag23 = BlockType(1) << 23 ,
  Flag24 = BlockType(1) << 24 , Flag25 = BlockType(1) << 25 , Flag26 = BlockType(1) << 26 , Flag27 = BlockType(1) << 27 ,
  Flag28 = BlockType(1) << 28 , Flag29 = BlockType(1) << 29 , Flag30 = BlockType(1) << 30
}
 
typedef int64_t BlockType
 
typedef int64_t FlagType
 
typedef std::size_t IndexType
 

Public Member Functions

Pointer Definitions
 KRATOS_CLASS_POINTER_DEFINITION (LevelSetConvectionProcess)
 Pointer definition of LevelSetConvectionProcess. More...
 
Life Cycle
 LevelSetConvectionProcess (Model &rModel, typename TLinearSolver::Pointer pLinearSolver, Parameters ThisParameters)
 Construct a new Level Set Convection Process object Level set convection proces model constructor. More...
 
 LevelSetConvectionProcess (ModelPart &rBaseModelPart, typename TLinearSolver::Pointer pLinearSolver, Parameters ThisParameters)
 Construct a new Level Set Convection Process object Level set convection proces model part constructor. More...
 
 LevelSetConvectionProcess (LevelSetConvectionProcess const &rOther)=delete
 Copy constructor. More...
 
 ~LevelSetConvectionProcess () override
 Destructor. More...
 
Operators
void operator() ()
 
Operations
void Execute () override
 Perform the level-set convection This solver provides a stabilized convection solver based on [Codina, R., 1993. Comput. Methods Appl. Mech. Engrg., 110(3-4), pp.325-342.] It uses the sub-stepping approach to comply with the user defined maximum CFL number. The error compensation is done according to the BFECC algorithm, which requires forward, backward, and the final forward solution steps (that triplicates the computational cost). The error compensation severely disturbs the monotonicity of the results that is compensated for by implementing a limited BFECC algorithm. The limiter relies on the nodal gradient of LevelSetVar (non-historical variable LevelSetGradientVar). For more info see [Kuzmin et al., Comput. Methods Appl. Mech. Engrg., 322 (2017) 23–41]. More...
 
void Clear () override
 This method clears the assignation of the conditions. More...
 
const Parameters GetDefaultParameters () const override
 This method provides the defaults parameters to avoid conflicts between the different constructors. More...
 
Input and output
std::string Info () const override
 Turn back information as a string. More...
 
void PrintInfo (std::ostream &rOStream) const override
 Print information about this object. More...
 
void PrintData (std::ostream &rOStream) const override
 Print object's data. More...
 
- Public Member Functions inherited from Kratos::Process
 KRATOS_CLASS_POINTER_DEFINITION (Process)
 Pointer definition of Process. More...
 
 Process ()
 Default constructor. More...
 
 Process (const Flags options)
 
 ~Process () override
 Destructor. More...
 
void operator() ()
 This operator is provided to call the process as a function and simply calls the Execute method. More...
 
virtual Process::Pointer Create (Model &rModel, Parameters ThisParameters)
 This method creates an pointer of the process. More...
 
virtual void ExecuteInitialize ()
 This function is designed for being called at the beginning of the computations right after reading the model and the groups. More...
 
virtual void ExecuteBeforeSolutionLoop ()
 This function is designed for being execute once before the solution loop but after all of the solvers where built. More...
 
virtual void ExecuteInitializeSolutionStep ()
 This function will be executed at every time step BEFORE performing the solve phase. More...
 
virtual void ExecuteFinalizeSolutionStep ()
 This function will be executed at every time step AFTER performing the solve phase. More...
 
virtual void ExecuteBeforeOutputStep ()
 This function will be executed at every time step BEFORE writing the output. More...
 
virtual void ExecuteAfterOutputStep ()
 This function will be executed at every time step AFTER writing the output. More...
 
virtual void ExecuteFinalize ()
 This function is designed for being called at the end of the computations. More...
 
virtual int Check ()
 This function is designed for being called after ExecuteInitialize ONCE to verify that the input is correct. More...
 
std::string Info () const override
 Turn back information as a string. More...
 
void PrintInfo (std::ostream &rOStream) const override
 Print information about this object. More...
 
void PrintData (std::ostream &rOStream) const override
 Print object's data. More...
 
- Public Member Functions inherited from Kratos::Flags
Flagsoperator= (Flags const &rOther)
 Assignment operator. More...
 
 operator bool () const
 
Flags operator~ () const
 
bool operator! () const
 
void AssignFlags (Flags const &rOther)
 
void Set (const Flags ThisFlag)
 
void Set (const Flags ThisFlag, bool Value)
 
void Reset (const Flags ThisFlag)
 
void Flip (const Flags ThisFlag)
 
void SetPosition (IndexType Position, bool Value=true)
 
bool GetPosition (IndexType Position) const
 
void FlipPosition (IndexType Position)
 
void ClearPosition (IndexType Position)
 
void Clear ()
 
Flags AsFalse () const
 
bool Is (Flags const &rOther) const
 
bool IsDefined (Flags const &rOther) const
 
bool IsNot (Flags const &rOther) const
 
bool IsNotDefined (Flags const &rOther) const
 
 KRATOS_CLASS_POINTER_DEFINITION (Flags)
 Pointer definition of Flags. More...
 
const Flagsoperator|= (const Flags &Other)
 
const Flagsoperator&= (const Flags &Other)
 
 Flags ()
 Default constructor. More...
 
 Flags (Flags const &rOther)
 Copy constructor. More...
 
virtual ~Flags ()
 Destructor. More...
 

Protected Member Functions

Protected Operations
 LevelSetConvectionProcess (ModelPart &rModelPart, Parameters ThisParameters)
 
void SetConvectionProblemSettings ()
 Set the level set convection formulation settings This method sets the convection diffusion settings specifying the variable to be convect, its gradient, and the convection variable Additionally, it also sets the required ProcessInfo variables. More...
 
virtual void ReGenerateConvectionModelPart (ModelPart &rBaseModelPart)
 
void InitializeDistanceModelPartDatabases ()
 Initializes the databases values This function initializes is intended to collect all the database initializations. More...
 
unsigned int EvaluateNumberOfSubsteps ()
 
void EvaluateLimiter ()
 Convection limiter evaluation This function implements the limiter evaluation Note that both the standard and the high order limiter (with nodal projections contributions) are implemented. More...
 
void ErrorCalculationAndCorrection ()
 Eulerian error calculation and correction This function implements the Backward Forward Error Compensation and Correction (BFECC) algorithm Note that this assumes that the first forward convection to n+1 has been completed. Then we go backwards to n* to calculate and apply the convection error. More...
 
void ComputeNodalH ()
 Nodal H calculation This function calculates the nodal h by executing a process where the nodal h calculaiton is implemented. More...
 

Protected Attributes

Protected member Variables
ModelPartmrBaseModelPart
 
ModelmrModel
 
ModelPartmpDistanceModelPart = nullptr
 
const Variable< double > * mpLevelSetVar = nullptr
 
const Variable< array_1d< double, 3 > > * mpConvectVar = nullptr
 
const Variable< array_1d< double, 3 > > * mpLevelSetGradientVar = nullptr
 
double mMaxAllowedCFL = 1.0
 
unsigned int mMaxSubsteps = 0
 
bool mIsBfecc
 
bool mElementRequiresLimiter
 
bool mElementTauNodal
 
bool mCalculateNodalH = true
 
bool mElementRequiresLevelSetGradient
 
bool mEvaluateLimiter
 
double mPowerBfeccLimiter = 2.0
 
double mPowerElementalLimiter = 4.0
 
Vector mError
 
Vector mOldDistance
 
Vector mSigmaPlus
 
Vector mSigmaMinus
 
Vector mLimiter
 
std::vector< array_1d< double, 3 > > mVelocity
 
std::vector< array_1d< double, 3 > > mVelocityOld
 
bool mDistancePartIsInitialized = false
 
SolvingStrategyType::UniquePointer mpSolvingStrategy
 
std::string mAuxModelPartName
 
std::string mConvectionElementType
 
const ElementmpConvectionFactoryElement = nullptr
 
Parameters mLevelSetConvectionSettings
 
ComputeGradientProcessPointerType mpGradientCalculator = nullptr
 

Additional Inherited Members

- Static Public Member Functions inherited from Kratos::Flags
static const Flags AllDefined ()
 
static const Flags AllTrue ()
 
static Flags Create (IndexType ThisPosition, bool Value=true)
 

Detailed Description

template<unsigned int TDim, class TSparseSpace, class TDenseSpace, class TLinearSolver>
class Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >

Short class definition.

takes a model part full of SIMPLICIAL ELEMENTS (triangles and tetras) and convects a level set distance on the top of it

Member Typedef Documentation

◆ BuilderAndSolverPointerType

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
typedef BuilderAndSolver<TSparseSpace,TDenseSpace,TLinearSolver>::Pointer Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::BuilderAndSolverPointerType

◆ ComputeGradientProcessPointerType

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
typedef ComputeGradientProcessType::Pointer Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::ComputeGradientProcessPointerType

◆ ComputeGradientProcessType

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
typedef ComputeNodalGradientProcess<ComputeNodalGradientProcessSettings::SaveAsNonHistoricalVariable> Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::ComputeGradientProcessType

◆ SolvingStrategyType

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
typedef ImplicitSolvingStrategy< TSparseSpace, TDenseSpace, TLinearSolver > Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::SolvingStrategyType

Constructor & Destructor Documentation

◆ LevelSetConvectionProcess() [1/4]

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::LevelSetConvectionProcess ( Model rModel,
typename TLinearSolver::Pointer  pLinearSolver,
Parameters  ThisParameters 
)
inline

Construct a new Level Set Convection Process object Level set convection proces model constructor.

Parameters
rModelModel container
pLinearSolverLinear solver to be used in the level set convection problem
ThisParametersJson settings encapsulating the process configuration (see also GetDefaultParameters)

◆ LevelSetConvectionProcess() [2/4]

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::LevelSetConvectionProcess ( ModelPart rBaseModelPart,
typename TLinearSolver::Pointer  pLinearSolver,
Parameters  ThisParameters 
)
inline

Construct a new Level Set Convection Process object Level set convection proces model part constructor.

Parameters
rBaseModelPartOrigin model part
pLinearSolverLinear solver to be used in the level set convection problem
ThisParametersJson settings encapsulating the process configuration (see also GetDefaultParameters)

◆ LevelSetConvectionProcess() [3/4]

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::LevelSetConvectionProcess ( LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver > const &  rOther)
delete

Copy constructor.

◆ ~LevelSetConvectionProcess()

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::~LevelSetConvectionProcess ( )
inlineoverride

Destructor.

◆ LevelSetConvectionProcess() [4/4]

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::LevelSetConvectionProcess ( ModelPart rModelPart,
Parameters  ThisParameters 
)
inlineprotected

Member Function Documentation

◆ Clear()

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
void Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::Clear ( )
inlineoverridevirtual

This method clears the assignation of the conditions.

Reimplemented from Kratos::Process.

◆ ComputeNodalH()

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
void Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::ComputeNodalH ( )
inlineprotected

Nodal H calculation This function calculates the nodal h by executing a process where the nodal h calculaiton is implemented.

◆ ErrorCalculationAndCorrection()

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
void Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::ErrorCalculationAndCorrection ( )
inlineprotected

Eulerian error calculation and correction This function implements the Backward Forward Error Compensation and Correction (BFECC) algorithm Note that this assumes that the first forward convection to n+1 has been completed. Then we go backwards to n* to calculate and apply the convection error.

◆ EvaluateLimiter()

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
void Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::EvaluateLimiter ( )
inlineprotected

Convection limiter evaluation This function implements the limiter evaluation Note that both the standard and the high order limiter (with nodal projections contributions) are implemented.

◆ EvaluateNumberOfSubsteps()

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
unsigned int Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::EvaluateNumberOfSubsteps ( )
inlineprotected

◆ Execute()

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
void Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::Execute ( )
inlineoverridevirtual

Perform the level-set convection This solver provides a stabilized convection solver based on [Codina, R., 1993. Comput. Methods Appl. Mech. Engrg., 110(3-4), pp.325-342.] It uses the sub-stepping approach to comply with the user defined maximum CFL number. The error compensation is done according to the BFECC algorithm, which requires forward, backward, and the final forward solution steps (that triplicates the computational cost). The error compensation severely disturbs the monotonicity of the results that is compensated for by implementing a limited BFECC algorithm. The limiter relies on the nodal gradient of LevelSetVar (non-historical variable LevelSetGradientVar). For more info see [Kuzmin et al., Comput. Methods Appl. Mech. Engrg., 322 (2017) 23–41].

Reimplemented from Kratos::Process.

◆ GetDefaultParameters()

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
const Parameters Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::GetDefaultParameters ( ) const
inlineoverridevirtual

This method provides the defaults parameters to avoid conflicts between the different constructors.

Reimplemented from Kratos::Process.

◆ Info()

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
std::string Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::Info ( ) const
inlineoverridevirtual

Turn back information as a string.

Reimplemented from Kratos::Flags.

Reimplemented in Kratos::TrilinosLevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >.

◆ InitializeDistanceModelPartDatabases()

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
void Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::InitializeDistanceModelPartDatabases ( )
inlineprotected

Initializes the databases values This function initializes is intended to collect all the database initializations.

◆ KRATOS_CLASS_POINTER_DEFINITION()

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::KRATOS_CLASS_POINTER_DEFINITION ( LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >  )

Pointer definition of LevelSetConvectionProcess.

◆ operator()()

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
void Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::operator() ( )
inline

◆ PrintData()

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
void Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::PrintData ( std::ostream &  rOStream) const
inlineoverridevirtual

Print object's data.

Reimplemented from Kratos::Flags.

◆ PrintInfo()

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
void Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::PrintInfo ( std::ostream &  rOStream) const
inlineoverridevirtual

Print information about this object.

Reimplemented from Kratos::Flags.

Reimplemented in Kratos::TrilinosLevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >.

◆ ReGenerateConvectionModelPart()

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
virtual void Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::ReGenerateConvectionModelPart ( ModelPart rBaseModelPart)
inlineprotectedvirtual

◆ SetConvectionProblemSettings()

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
void Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::SetConvectionProblemSettings ( )
inlineprotected

Set the level set convection formulation settings This method sets the convection diffusion settings specifying the variable to be convect, its gradient, and the convection variable Additionally, it also sets the required ProcessInfo variables.

Member Data Documentation

◆ mAuxModelPartName

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
std::string Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::mAuxModelPartName
protected

◆ mCalculateNodalH

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
bool Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::mCalculateNodalH = true
protected

◆ mConvectionElementType

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
std::string Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::mConvectionElementType
protected

◆ mDistancePartIsInitialized

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
bool Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::mDistancePartIsInitialized = false
protected

◆ mElementRequiresLevelSetGradient

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
bool Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::mElementRequiresLevelSetGradient
protected

◆ mElementRequiresLimiter

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
bool Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::mElementRequiresLimiter
protected

◆ mElementTauNodal

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
bool Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::mElementTauNodal
protected

◆ mError

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
Vector Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::mError
protected

◆ mEvaluateLimiter

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
bool Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::mEvaluateLimiter
protected

◆ mIsBfecc

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
bool Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::mIsBfecc
protected

◆ mLevelSetConvectionSettings

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
Parameters Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::mLevelSetConvectionSettings
protected

◆ mLimiter

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
Vector Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::mLimiter
protected

◆ mMaxAllowedCFL

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
double Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::mMaxAllowedCFL = 1.0
protected

◆ mMaxSubsteps

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
unsigned int Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::mMaxSubsteps = 0
protected

◆ mOldDistance

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
Vector Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::mOldDistance
protected

◆ mpConvectionFactoryElement

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
const Element* Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::mpConvectionFactoryElement = nullptr
protected

◆ mpConvectVar

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
const Variable<array_1d<double,3> >* Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::mpConvectVar = nullptr
protected

◆ mpDistanceModelPart

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
ModelPart* Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::mpDistanceModelPart = nullptr
protected

◆ mpGradientCalculator

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
ComputeGradientProcessPointerType Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::mpGradientCalculator = nullptr
protected

◆ mpLevelSetGradientVar

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
const Variable<array_1d<double,3> >* Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::mpLevelSetGradientVar = nullptr
protected

◆ mpLevelSetVar

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
const Variable<double>* Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::mpLevelSetVar = nullptr
protected

◆ mPowerBfeccLimiter

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
double Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::mPowerBfeccLimiter = 2.0
protected

◆ mPowerElementalLimiter

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
double Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::mPowerElementalLimiter = 4.0
protected

◆ mpSolvingStrategy

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
SolvingStrategyType::UniquePointer Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::mpSolvingStrategy
protected

◆ mrBaseModelPart

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
ModelPart& Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::mrBaseModelPart
protected

◆ mrModel

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
Model& Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::mrModel
protected

◆ mSigmaMinus

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
Vector Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::mSigmaMinus
protected

◆ mSigmaPlus

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
Vector Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::mSigmaPlus
protected

◆ mVelocity

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
std::vector<array_1d<double,3> > Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::mVelocity
protected

◆ mVelocityOld

template<unsigned int TDim, class TSparseSpace , class TDenseSpace , class TLinearSolver >
std::vector<array_1d<double,3> > Kratos::LevelSetConvectionProcess< TDim, TSparseSpace, TDenseSpace, TLinearSolver >::mVelocityOld
protected

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