Toggle navigation
plantFEM
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
Air_
Derived Type
MIT
8 statements
Source File
AirClass.f90
AirClass
Air_
Contents
Variables
femdomain
temp
CO2
O2
Type-Bound Procedures
init
type, public :: Air_
Contents
Variables
femdomain
temp
CO2
O2
Type-Bound Procedures
init
Components
Type
Visibility
Attributes
Name
Initial
type(FEMDomain_),
public
::
femdomain
real(kind=real64),
public
::
temp
=
303.0d0
real(kind=real64),
public
::
CO2
=
380.0d0
real(kind=real64),
public
::
O2
=
202000.0d0
Type-Bound Procedures
procedure, public ::
init
=>
initAir
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