rocky_boundary_api
Last update: 17.07.2025 3// Includes =======================================================================================
9// ================================================================================================
11// ================================================================================================
114// ================================================================================================
116// ================================================================================================
275// ================================================================================================
277// ================================================================================================
359// ================================================================================================
361// ================================================================================================
665inline IRockyGeometryMotionData::IRockyGeometryMotionData(unsigned int _index, RockyModel& _model)
671// ================================================================================================
673// ================================================================================================
Definition rocky_boundary_api.hpp:684
unsigned int get_number_of_geometries() const
Definition rocky_boundary_api.hpp:726
bool has_linked_motion_frame(unsigned int id) const
Definition rocky_boundary_api.hpp:758
IRockyGeometryMotionData get_geometry(unsigned int id) const
Definition rocky_boundary_api.hpp:731
Definition rocky_boundary_api.hpp:385
bool has_linked_motion_frame() const
Definition rocky_boundary_api.hpp:660
void set_orientation_angles(double3 angles)
Definition rocky_boundary_api.hpp:625
double3 get_translational_velocity() const
Definition rocky_boundary_api.hpp:533
double3 get_orientation_euler_angles() const
Definition rocky_boundary_api.hpp:545
double4 get_orientation_quaternion() const
Definition rocky_boundary_api.hpp:539
void set_translational_velocity(double3 v)
Definition rocky_boundary_api.hpp:601
void set_orientation(double4 quat)
Definition rocky_boundary_api.hpp:611
void set_rotational_velocity(double3 w)
Definition rocky_boundary_api.hpp:650
void set_position(double3 position)
Definition rocky_boundary_api.hpp:591
double3 get_position() const
Definition rocky_boundary_api.hpp:527
double3 get_rotational_velocity() const
Definition rocky_boundary_api.hpp:570
Definition rocky_boundary_api.hpp:285
ROCKY_FUNCTIONS double3 get_geometry_rotational_velocity() const
ROCKY_FUNCTIONS bool is_adiabatic() const
ROCKY_FUNCTIONS void set_temperature(double value)
ROCKY_FUNCTIONS IRockyTriangleScalars get_scalars()
ROCKY_FUNCTIONS double3 get_geometry_rotation_center() const
ROCKY_FUNCTIONS double get_poisson_ratio() const
ROCKY_FUNCTIONS void set_thermal_conductivity(double value)
ROCKY_FUNCTIONS IRockyMaterial get_material() const
ROCKY_FUNCTIONS void set_poisson_ratio(double value)
ROCKY_FUNCTIONS int get_geometry_index() const
ROCKY_FUNCTIONS int get_material_index() const
ROCKY_FUNCTIONS double get_area() const
ROCKY_FUNCTIONS double get_thermal_conductivity() const
ROCKY_FUNCTIONS double3 get_normal_unit_vector() const
ROCKY_FUNCTIONS double get_temperature() const
ROCKY_FUNCTIONS double3 get_centroid() const
ROCKY_FUNCTIONS double3 get_translational_velocity(double current_time) const
Definition rocky_boundary_api.hpp:134
ROCKY_FUNCTIONS double get_poisson_ratio() const
ROCKY_FUNCTIONS double3 get_normal_unit_vector() const
ROCKY_FUNCTIONS void set_temperature(double value)
ROCKY_FUNCTIONS double get_temperature() const
ROCKY_FUNCTIONS double3 get_centroid() const
ROCKY_FUNCTIONS IRockyTriangleScalars get_scalars()
ROCKY_FUNCTIONS double get_thermal_conductivity() const
ROCKY_FUNCTIONS double3 get_geometry_rotational_velocity() const
ROCKY_FUNCTIONS double3 get_translational_velocity(double current_time) const
ROCKY_FUNCTIONS int get_geometry_index() const
ROCKY_FUNCTIONS double get_area() const
ROCKY_FUNCTIONS int get_material_index() const
ROCKY_FUNCTIONS void set_thermal_conductivity(double value)
ROCKY_FUNCTIONS bool is_adiabatic() const
ROCKY_FUNCTIONS double3 get_geometry_rotation_center() const
ROCKY_FUNCTIONS IRockyMaterial get_material() const
ROCKY_FUNCTIONS void set_poisson_ratio(double value)
Definition rocky_material_api.hpp:20
Definition rocky_triangle_scalars.hpp:160