OpenFAST
Wind turbine multiphysics simulator
Public Attributes | List of all members
modmesh_mapping::meshmaplinearizationtype Type Reference

data structures (for linearization) containing jacobians of mapping between fields on different meshes More...

Public Attributes

real(r8ki), dimension(:,:), allocatable mi
 block matrix of motions that reflects identity (i.e., solely the mapping of one quantity to itself on another mesh) [-]
 
real(r8ki), dimension(:,:), allocatable fx_p
 block matrix of motions that reflects skew-symmetric (cross-product) matrix [-]
 
real(r8ki), dimension(:,:), allocatable tv_ud
 block matrix of translational velocity that is multiplied by destination translational displacement [-]
 
real(r8ki), dimension(:,:), allocatable tv_us
 block matrix of translational velocity that is multiplied by source translational displacement [-]
 
real(r8ki), dimension(:,:), allocatable ta_ud
 block matrix of translational acceleration that is multiplied by destination translational displacement [-]
 
real(r8ki), dimension(:,:), allocatable ta_us
 block matrix of translational acceleration that is multiplied by source translational displacement [-]
 
real(r8ki), dimension(:,:), allocatable ta_rv
 block matrix of translational acceleration that is multiplied by omega (RotationVel) [-]
 
real(r8ki), dimension(:,:), allocatable li
 block matrix of loads that reflects identity (i.e., solely the mapping on one quantity to itself on another mesh) [-]
 
real(r8ki), dimension(:,:), allocatable m_us
 block matrix of moment that is multiplied by Source u (translationDisp) [-]
 
real(r8ki), dimension(:,:), allocatable m_ud
 block matrix of moment that is multiplied by Destination u (translationDisp) [-]
 
real(r8ki), dimension(:,:), allocatable m_f
 block matrix of moment that is multiplied by force [-]
 

Detailed Description

data structures (for linearization) containing jacobians of mapping between fields on different meshes


The documentation for this type was generated from the following file: