FEDEM Solver  R8.0
Source code of the dynamics solver
Public Member Functions | List of all members
rotationmodule::eccexpand Interface Reference

Takes into account possible eccentricity. More...

Public Member Functions

subroutine eccexpandvec (e, v, vFull)
 Takes into account possible eccentricity. More...
 
subroutine eccexpandmat (e, M, Mfull)
 Takes into account possible eccentricity. More...
 
subroutine eccexpanddiagmat (e, D, Mfull)
 Takes into account possible eccentricity, for a diagonal matrix D. More...
 

Detailed Description

Takes into account possible eccentricity.

Member Function/Subroutine Documentation

◆ eccexpanddiagmat()

subroutine rotationmodule::eccexpand::eccexpanddiagmat ( real(dp), dimension(3), intent(in)  e,
real(dp), dimension(3), intent(in)  D,
real(dp), dimension(6,6), intent(out)  Mfull 
)

Takes into account possible eccentricity, for a diagonal matrix D.

   | Mfull | = |    I    :  0 || D : 0 || I : Spin(e)' |
   |       |   | Spin(e) :  I || 0 : 0 || 0 :   I      |
Author
Knut Morten Okstad
Date
21 Jan 2004

◆ eccexpandmat()

subroutine rotationmodule::eccexpand::eccexpandmat ( real(dp), dimension(3), intent(in)  e,
real(dp), dimension(3,3), intent(in)  M,
real(dp), dimension(6,6), intent(out)  Mfull 
)

Takes into account possible eccentricity.

   | Mfull | = |    I    :  0 || M : 0 || I : Spin(e)' |
   |       |   | Spin(e) :  I || 0 : 0 || 0 :   I      |
Author
Bjorn Haugen
Date
Feb 2002

◆ eccexpandvec()

subroutine rotationmodule::eccexpand::eccexpandvec ( real(dp), dimension(3), intent(in)  e,
real(dp), dimension(3), intent(in)  v,
real(dp), dimension(6), intent(out)  vFull 
)

Takes into account possible eccentricity.

    | vFull | = |    I    :  0 || v |
    |       |   | Spin(e) :  I || 0 |
Author
Bjorn Haugen
Date
Feb 2002

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