mrt_species_type Derived Type

type, private :: mrt_species_type

MRT species type


Inherited by

type~~mrt_species_type~~InheritedByGraph type~mrt_species_type mrt_species_type type~mus_species_type mus_species_type type~mus_species_type->type~mrt_species_type mrt type~mus_field_prop_type mus_field_prop_type type~mus_field_prop_type->type~mus_species_type species type~mus_field_type mus_field_type type~mus_field_type->type~mus_field_prop_type fieldProp type~mus_scheme_type mus_scheme_type type~mus_scheme_type->type~mus_field_type field

Contents


Components

Type Visibility Attributes Name Initial
real(kind=rk), public, allocatable :: s_mrt(:,:)

relaxation matrix for mrt size of this matrix is (layout%QQ, layout%QQ)

real(kind=rk), public, allocatable :: omegaMoments(:,:)

transformed relaxation matrix-moments factor omegaMoments = (Moments^-1.s_mrt.Moments) .(I+(Moments^-1.s_mrt.Moments)/2.0)^-1

real(kind=rk), public, allocatable :: omegaMomForce(:,:)

Omega factor for 2nd order force term omegaMomForce = (I+(Moments^-1.s_mrt.Moments)/2.0)^-1