![]() |
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.
|
Convection diffusion settings. This class contains information to be used by the convection diffusion solver, all the variables that will be needed by the solver. More...
#include <convection_diffusion_settings.h>
Serialization | |
class | Serializer |
Convection diffusion settings. This class contains information to be used by the convection diffusion solver, all the variables that will be needed by the solver.
All the variables needed by any convection diffusion problem are included here. However, many problems do not require such a large amount of variables. For those cases, variables that are not defined will be set to either zero or one (depending on the variable) For this purpose, there are flags to ask whether a variable has been defined or not. For each variable, there are three main functions. SetVariableforXuse: we assign the variable for this use. When doing that we also set the flag that now this variable has been defined. GetVariableforXuse: we return the variable for this use. IsDefinedVariableforXuse: tells whether that variable has been defined or not.
|
default |
Default constructor.
|
inline |
|
inlinevirtual |
Destructor.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Turn back information as a string.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Kratos::ConvectionDiffusionSettings::KRATOS_CLASS_POINTER_DEFINITION | ( | ConvectionDiffusionSettings | ) |
Pointer definition of ConvectionDiffusionSettings.
|
inline |
|
inlinevirtual |
Print object's data.
|
inlinevirtual |
Print information about this object.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |