6 #if !defined(PROPERTIES_PROXIES_H_INCLUDED)
7 #define PROPERTIES_PROXIES_H_INCLUDED
31 void SetYoungFromProperties(
double* young);
34 double* pGetPoisson();
35 void SetPoissonFromProperties(
double* poisson);
38 double* pGetDensity();
39 void SetDensityFromProperties(
double*
density);
41 int GetParticleMaterial();
42 int* pGetParticleMaterial();
43 void SetParticleMaterialFromProperties(
int* particle_material);
53 int* mParticleMaterial;
74 void AddPropertiesProxiesFromModelPartProperties(std::vector<PropertiesProxy>& vector_of_proxies,
76 int& properties_counter);
78 void CreatePropertiesProxies(
ModelPart& balls_mp,
82 void CreatePropertiesProxies(
ModelPart& r_model_part);
84 std::vector<PropertiesProxy>& GetPropertiesProxies(
ModelPart& r_model_part);
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
This class aims to manage meshes for multi-physics simulations.
Definition: model_part.h:77
Definition: properties_proxies.h:69
KRATOS_CLASS_POINTER_DEFINITION(PropertiesProxiesManager)
Definition: properties_proxies.h:18
KRATOS_CLASS_POINTER_DEFINITION(PropertiesProxy)
The serialization consists in storing the state of an object into a storage format like data file or ...
Definition: serializer.h:123
double GetDensity(const Properties &rProps, const IndexType Index)
Definition: shell_utilities.cpp:223
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
float density
Definition: face_heat.py:56
def load(f)
Definition: ode_solve.py:307