Toggle navigation
plantFEM
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
getTotalWeightSoybean
Function
MIT
79 statements
Source File
SoybeanClass.f90
SoybeanClass
getTotalWeightSoybean
Contents
None
public function getTotalWeightSoybean(obj, stem, leaf, root, waterDensity) result(ret)
Arguments
Type
Intent
Optional
Attributes
Name
class(
soybean_
),
intent(in)
::
obj
logical,
intent(in),
optional
::
stem
logical,
intent(in),
optional
::
leaf
logical,
intent(in),
optional
::
root
real(kind=real64),
intent(in),
optional
::
waterDensity
Return Value
real(kind=real64)
Contents
None