plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
main
Program
MIT
43 statements
Source File
ReactorServer.f90
main
Contents
Variables
CO2
O2
CO
dt
t
i
reactor
Logger
console
Uses
PlantFEM
Variables
Type
Attributes
Name
Initial
real(kind=real64)
::
CO2
real(kind=real64)
::
O2
real(kind=real64)
::
CO
real(kind=real64)
::
dt
real(kind=real64)
::
t
integer(kind=int32)
::
i
type(
Reactor_
)
::
reactor
type(
Logger_
)
::
Logger
type(
Console_
)
::
console