![]() |
Flow type to store flows. More...
Public Attributes | |
| integer | iin |
| Index of ingoing nucleus. More... | |
| integer | iout |
| Index of outgoing nucleus. More... | |
| real(r_kind) | fwd |
| Forward flow. More... | |
| real(r_kind) | bwd |
| Backward flow. More... | |
Flow type to store flows.
Definition at line 85 of file global_class.f90.
| real(r_kind) global_class::flow_vector::bwd |
Backward flow.
Definition at line 89 of file global_class.f90.
| real(r_kind) global_class::flow_vector::fwd |
Forward flow.
Definition at line 88 of file global_class.f90.
| integer global_class::flow_vector::iin |
Index of ingoing nucleus.
Definition at line 86 of file global_class.f90.
| integer global_class::flow_vector::iout |
Index of outgoing nucleus.
Definition at line 87 of file global_class.f90.