plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
to_tank_TankModelClass
Function
MIT
6 statements
Source File
TankModelClass.f90
Tank_TankModelClassClass
to_tank_TankModelClass
Contents
public function to_tank_TankModelClass(coeff, height, GL_bottom, name) result(ret_tank)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real64),
intent(in)
::
coeff
(:)
real(kind=real64),
intent(in)
::
height
(:)
real(kind=real64),
intent(in)
::
GL_bottom
character(len=*),
intent(in)
::
name
Return Value
type(
Tank_
)