OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
joint_mod Module Reference

Data Types

type  joint_node
type  joint_type
type  joint_main_node
type  comm_mpi_joint

Variables

type(joint_type), dimension(:), allocatable cyl_join
logical joint_sms
real(kind=8), dimension(:,:), allocatable, save mass_6
real(kind=8), dimension(:,:), allocatable, save x_ms_6
real(kind=8), dimension(:,:), allocatable, save y_ms_6
real(kind=8), dimension(:,:), allocatable, save z_ms_6
real(kind=8), dimension(:,:), allocatable, save iner_6
real(kind=8), dimension(:,:), allocatable, save ax_ms_6
real(kind=8), dimension(:,:), allocatable, save ay_ms_6
real(kind=8), dimension(:,:), allocatable, save az_ms_6
real(kind=8), dimension(:,:), allocatable, save axx_6
real(kind=8), dimension(:,:), allocatable, save ayy_6
real(kind=8), dimension(:,:), allocatable, save azz_6
real(kind=8), dimension(:,:), allocatable, save vx_ms_6
real(kind=8), dimension(:,:), allocatable, save vy_ms_6
real(kind=8), dimension(:,:), allocatable, save vz_ms_6
real(kind=8), dimension(:,:), allocatable, save vxx_6
real(kind=8), dimension(:,:), allocatable, save vyy_6
real(kind=8), dimension(:,:), allocatable, save vzz_6

Variable Documentation

◆ ax_ms_6

real(kind=8), dimension(:,:), allocatable, save joint_mod::ax_ms_6

Definition at line 84 of file joint_mod.F.

84 REAL(kind=8), dimension(:,:), ALLOCATABLE, SAVE :: ax_ms_6,ay_ms_6,az_ms_6

◆ axx_6

real(kind=8), dimension(:,:), allocatable, save joint_mod::axx_6

Definition at line 85 of file joint_mod.F.

85 REAL(kind=8), dimension(:,:), ALLOCATABLE, SAVE :: axx_6,ayy_6,azz_6

◆ ay_ms_6

real(kind=8), dimension(:,:), allocatable, save joint_mod::ay_ms_6

Definition at line 84 of file joint_mod.F.

◆ ayy_6

real(kind=8), dimension(:,:), allocatable, save joint_mod::ayy_6

Definition at line 85 of file joint_mod.F.

◆ az_ms_6

real(kind=8), dimension(:,:), allocatable, save joint_mod::az_ms_6

Definition at line 84 of file joint_mod.F.

◆ azz_6

real(kind=8), dimension(:,:), allocatable, save joint_mod::azz_6

Definition at line 85 of file joint_mod.F.

◆ cyl_join

type(joint_type), dimension(:), allocatable joint_mod::cyl_join

Definition at line 61 of file joint_mod.F.

61 TYPE(joint_type), DIMENSION(:), ALLOCATABLE :: CYL_JOIN

◆ iner_6

real(kind=8), dimension(:,:), allocatable, save joint_mod::iner_6

Definition at line 83 of file joint_mod.F.

83 REAL(kind=8), dimension(:,:), ALLOCATABLE, SAVE :: iner_6

◆ joint_sms

logical joint_mod::joint_sms

Definition at line 62 of file joint_mod.F.

62 LOGICAL :: JOINT_SMS

◆ mass_6

real(kind=8), dimension(:,:), allocatable, save joint_mod::mass_6

Definition at line 81 of file joint_mod.F.

81 REAL(kind=8), dimension(:,:), ALLOCATABLE, SAVE :: mass_6

◆ vx_ms_6

real(kind=8), dimension(:,:), allocatable, save joint_mod::vx_ms_6

Definition at line 86 of file joint_mod.F.

86 REAL(kind=8), dimension(:,:), ALLOCATABLE, SAVE :: vx_ms_6,vy_ms_6,vz_ms_6

◆ vxx_6

real(kind=8), dimension(:,:), allocatable, save joint_mod::vxx_6

Definition at line 87 of file joint_mod.F.

87 REAL(kind=8), dimension(:,:), ALLOCATABLE, SAVE :: vxx_6,vyy_6,vzz_6

◆ vy_ms_6

real(kind=8), dimension(:,:), allocatable, save joint_mod::vy_ms_6

Definition at line 86 of file joint_mod.F.

◆ vyy_6

real(kind=8), dimension(:,:), allocatable, save joint_mod::vyy_6

Definition at line 87 of file joint_mod.F.

◆ vz_ms_6

real(kind=8), dimension(:,:), allocatable, save joint_mod::vz_ms_6

Definition at line 86 of file joint_mod.F.

◆ vzz_6

real(kind=8), dimension(:,:), allocatable, save joint_mod::vzz_6

Definition at line 87 of file joint_mod.F.

◆ x_ms_6

real(kind=8), dimension(:,:), allocatable, save joint_mod::x_ms_6

Definition at line 82 of file joint_mod.F.

82 REAL(kind=8), dimension(:,:), ALLOCATABLE, SAVE :: x_ms_6,y_ms_6,z_ms_6

◆ y_ms_6

real(kind=8), dimension(:,:), allocatable, save joint_mod::y_ms_6

Definition at line 82 of file joint_mod.F.

◆ z_ms_6

real(kind=8), dimension(:,:), allocatable, save joint_mod::z_ms_6

Definition at line 82 of file joint_mod.F.