Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(FEMDomain_), | public | :: | FEMDomain | ||||
real(kind=real64), | public | :: | Thickness | ||||
real(kind=real64), | public | :: | length | ||||
real(kind=real64), | public | :: | width | ||||
real(kind=real64), | public | :: | MaxThickness | ||||
real(kind=real64), | public | :: | Maxlength | ||||
real(kind=real64), | public | :: | Maxwidth | ||||
real(kind=real64), | public | :: | center_bottom(3) | ||||
real(kind=real64), | public | :: | center_top(3) | ||||
real(kind=real64), | public | :: | radius_bottom(3) | ||||
real(kind=real64), | public | :: | radius_top(3) | ||||
real(kind=real64), | public | :: | outer_normal_bottom(3) | ||||
real(kind=real64), | public | :: | outer_normal_top(3) | ||||
real(kind=real64), | public | :: | rot_x | = | 0.0d0 | ||
real(kind=real64), | public | :: | rot_y | = | 0.0d0 | ||
real(kind=real64), | public | :: | rot_z | = | 0.0d0 | ||
real(kind=real64), | public | :: | disp_x | = | 0.0d0 | ||
real(kind=real64), | public | :: | disp_y | = | 0.0d0 | ||
real(kind=real64), | public | :: | disp_z | = | 0.0d0 | ||
integer(kind=int32), | public | :: | EdgeNodeID(4) | ||||
integer(kind=int32), | public | :: | EdgeElemID(4) | ||||
real(kind=real64), | public | :: | maxdiameter | ||||
real(kind=real64), | public | :: | mindiameter | ||||
real(kind=real64), | public | :: | minlength | ||||
integer(kind=int32), | public, | allocatable | :: | I_planeNodeID(:) | |||
integer(kind=int32), | public, | allocatable | :: | I_planeElementID(:) | |||
integer(kind=int32), | public, | allocatable | :: | II_planeNodeID(:) | |||
integer(kind=int32), | public, | allocatable | :: | II_planeElementID(:) | |||
integer(kind=int32), | public | :: | A_PointNodeID | ||||
integer(kind=int32), | public | :: | B_PointNodeID | ||||
integer(kind=int32), | public | :: | A_PointElementID | ||||
integer(kind=int32), | public | :: | B_PointElementID | ||||
integer(kind=int32), | public | :: | xnum | = | 10 | ||
integer(kind=int32), | public | :: | ynum | = | 10 | ||
integer(kind=int32), | public | :: | znum | = | 10 | ||
real(kind=real64), | public, | allocatable | :: | DryDensity(:) | |||
real(kind=real64), | public, | allocatable | :: | WaterContent(:) | |||
integer(kind=int32), | public | :: | Division | ||||
type(Stem_), | public, | pointer | :: | pStem |
procedure, public :: Init => initStem | |
procedure, public :: rotate => rotateStem | |
procedure, public :: grow => growStem | |
procedure, public :: resize => resizeStem | |
procedure, public :: move => moveStem | |
procedure, public :: connect => connectStem | |
procedure, public :: getCoordinate => getCoordinateStem | |
procedure, public :: getLength => getLengthStem | |
procedure, public :: gmsh => gmshStem | |
procedure, public :: msh => mshStem | |
procedure, public :: vtk => vtkStem | |
procedure, public :: stl => stlStem | |
procedure, public :: export => exportStem | |
procedure, public :: getVolume => getVolumeStem | |
procedure, public :: getBiomass => getBiomassStem |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Stem_), | intent(inout) | :: | obj | |||
character(len=*), | intent(in) | :: | nodetype |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Stem_), | intent(in) | :: | obj |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Stem_), | intent(in) | :: | obj |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Stem_), | intent(in) | :: | obj |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Stem_), | intent(inout) | :: | obj | |||
character(len=*), | intent(in), | optional | :: | config | ||
logical, | intent(in), | optional | :: | regacy | ||
real(kind=real64), | intent(in), | optional | :: | Thickness | ||
real(kind=real64), | intent(in), | optional | :: | length | ||
real(kind=real64), | intent(in), | optional | :: | width | ||
real(kind=real64), | intent(in), | optional | :: | MaxThickness | ||
real(kind=real64), | intent(in), | optional | :: | Maxlength | ||
real(kind=real64), | intent(in), | optional | :: | MaxWidth | ||
real(kind=real64), | intent(in), | optional | :: | rotx | ||
real(kind=real64), | intent(in), | optional | :: | roty | ||
real(kind=real64), | intent(in), | optional | :: | rotz | ||
real(kind=real64), | intent(in), | optional | :: | location(3) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Stem_), | intent(inout) | :: | obj | |||
real(kind=real64), | intent(in), | optional | :: | x | ||
real(kind=real64), | intent(in), | optional | :: | y | ||
real(kind=real64), | intent(in), | optional | :: | z |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Stem_), | intent(in) | :: | obj | |||
character(len=*), | intent(in) | :: | FileName | |||
integer(kind=int32), | intent(inout), | optional | :: | StemID |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Stem_), | intent(inout) | :: | obj | |||
real(kind=real64), | intent(in), | optional | :: | x | ||
real(kind=real64), | intent(in), | optional | :: | y | ||
real(kind=real64), | intent(in), | optional | :: | z | ||
logical, | intent(in), | optional | :: | reset |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Stem_), | intent(inout) | :: | obj | |||
real(kind=real64), | intent(in), | optional | :: | x | ||
real(kind=real64), | intent(in), | optional | :: | y | ||
real(kind=real64), | intent(in), | optional | :: | z | ||
logical, | intent(in), | optional | :: | reset |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Stem_), | intent(inout) | :: | obj | |||
character(len=*), | intent(in) | :: | name |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Stem_), | intent(inout) | :: | obj | |||
character(len=*), | intent(in) | :: | name |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Stem_), | intent(inout) | :: | obj | |||
character(len=*), | intent(in) | :: | name |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Stem_), | intent(inout) | :: | obj | |||
character(len=*), | intent(in) | :: | name |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Stem_), | intent(inout), | optional | :: | obj | ||
real(kind=real64), | intent(in), | optional | :: | x | ||
real(kind=real64), | intent(in), | optional | :: | y | ||
real(kind=real64), | intent(in), | optional | :: | z |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Stem_), | intent(inout) | :: | obj | |||
real(kind=real64), | intent(in), | optional | :: | length | ||
real(kind=real64), | intent(in), | optional | :: | length_rate | ||
real(kind=real64), | intent(in), | optional | :: | width_rate |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Stem_), | intent(inout), | optional | :: | obj | ||
real(kind=real64), | intent(in), | optional | :: | x | ||
real(kind=real64), | intent(in), | optional | :: | y | ||
real(kind=real64), | intent(in), | optional | :: | z |