4 #if !defined(SDEM_BUOYANCY_FORCE_FORCE_LAW_H_INCLUDED)
5 #define SDEM_BUOYANCY_FORCE_FORCE_LAW_H_INCLUDED
28 virtual BuoyancyLaw::Pointer Clone()
const;
30 virtual void Initialize(
const ProcessInfo& r_process_info);
32 void SetBuoyancyLawInProperties(Properties::Pointer pProp)
const;
34 virtual std::string GetTypeOfLaw();
37 const double fluid_density,
38 const double displaced_volume,
49 virtual void save(
Serializer& rSerializer)
const override {
Definition: buoyancy_law.h:16
~BuoyancyLaw()
Definition: buoyancy_law.h:26
Node NodeType
Definition: buoyancy_law.h:19
BuoyancyLaw(Parameters r_hydrodynamic_parameters)
Definition: buoyancy_law.h:24
virtual void ComputeForce(Geometry< Node > &r_geometry, const double fluid_density, const double displaced_volume, const array_1d< double, 3 > &body_force, array_1d< double, 3 > &buoyancy, const ProcessInfo &r_current_process_info)
Definition: buoyancy_law.h:36
BuoyancyLaw()
Definition: buoyancy_law.h:22
KRATOS_CLASS_POINTER_DEFINITION(BuoyancyLaw)
Geometry base class.
Definition: geometry.h:71
This class defines the node.
Definition: node.h:65
This class provides to Kratos a data structure for I/O based on the standard of JSON.
Definition: kratos_parameters.h:59
ProcessInfo holds the current value of different solution parameters.
Definition: process_info.h:59
The serialization consists in storing the state of an object into a storage format like data file or ...
Definition: serializer.h:123
#define KRATOS_SERIALIZE_SAVE_BASE_CLASS(Serializer, BaseType)
Definition: define.h:812
#define KRATOS_SERIALIZE_LOAD_BASE_CLASS(Serializer, BaseType)
Definition: define.h:815
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
KRATOS_DEFINE_APPLICATION_VARIABLE(CHIMERA_APPLICATION, double, CHIMERA_DISTANCE)
def load(f)
Definition: ode_solve.py:307
body_force
Definition: script_ELASTIC.py:102