Toggle navigation
plantFEM
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
initAir
Subroutine
MIT
7 statements
Source File
AirClass.f90
AirClass
initAir
Contents
None
public subroutine initAir(obj, temp, CO2, O2)
Arguments
Type
Intent
Optional
Attributes
Name
class(
Air_
),
intent(inout)
::
obj
real(kind=real64),
intent(in),
optional
::
temp
real(kind=real64),
intent(in),
optional
::
CO2
real(kind=real64),
intent(in),
optional
::
O2
Contents
None