13 #if !defined(KRATOS_BOUSSINESQ_FORCE_PROCESS_H_INCLUDED )
14 #define KRATOS_BOUSSINESQ_FORCE_PROCESS_H_INCLUDED
101 void Execute()
override;
105 void ExecuteInitializeSolutionStep()
override;
122 std::string
Info()
const override;
125 void PrintInfo(std::ostream& rOStream)
const override;
128 void PrintData(std::ostream& rOStream)
const override;
157 void ValidateModelPart();
159 void AssignBoussinesqForce();
191 bool mUseAmbientTemperature;
193 double mThermalExpansionCoefficient;
243 std::ostream& rOStream,
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
void ExecuteInitialize() override
Definition: periodic_interface_process.hpp:37
std::string Info() const override
Turn back information as a string.
Definition: periodic_interface_process.hpp:93
Auxiliary process to set Boussinesq buoyancy forces in variable temperature flows.
Definition: boussinesq_force_process.h:73
KRATOS_CLASS_POINTER_DEFINITION(BoussinesqForceProcess)
Pointer definition of BoussinesqForceProcess.
This class aims to manage meshes for multi-physics simulations.
Definition: model_part.h:77
This class provides to Kratos a data structure for I/O based on the standard of JSON.
Definition: kratos_parameters.h:59
The base class for all processes in Kratos.
Definition: process.h:49
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
std::ostream & operator<<(std::ostream &rOStream, const LinearMasterSlaveConstraint &rThis)
output stream function
Definition: linear_master_slave_constraint.h:432