4 #if !defined(SDEM_STOKES_DRAG_LAW_H_INCLUDED)
5 #define SDEM_STOKES_DRAG_LAW_H_INCLUDED
8 #include "../DEMApplication/custom_elements/spheric_particle.h"
24 DragLaw::Pointer Clone()
const override;
26 void Initialize(
const ProcessInfo& r_process_info)
override;
28 std::string GetTypeOfLaw()
override;
31 const double reynolds_number,
32 double particle_radius,
34 double fluid_kinematic_viscosity,
37 const ProcessInfo& r_current_process_info)
override;
43 virtual void save(
Serializer& rSerializer)
const override {
Definition: drag_law.h:17
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
Definition: spheric_particle.h:31
Definition: stokes_drag_law.h:12
KRATOS_CLASS_POINTER_DEFINITION(StokesDragLaw)
StokesDragLaw(Parameters r_parameters)
Definition: stokes_drag_law.h:20
~StokesDragLaw()
Definition: stokes_drag_law.h:22
StokesDragLaw()
Definition: stokes_drag_law.h:18
Node NodeType
Definition: stokes_drag_law.h:15
#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
def load(f)
Definition: ode_solve.py:307