FlowResult
A calculation result of a flow.
Properties
@type
Inherited from Entity.@type
- Type:
string
(external doc) - Proto-Index: 1
amount
- Type:
double
(external doc) - Proto-Index: 2
description
- Type:
string
(external doc) - Proto-Index: 3
flow
The flow reference.
flowProperty
The flow property in which the amount of the result is given. If missing, the amount is expected to be given in the reference flow property of the flow.
- Type: Ref of FlowProperty
- Proto-Index: 5
isInput
Indicates whether the flow is an input or not.
- Type:
boolean
(external doc) - Proto-Index: 6
isRefFlow
true
if this is the quantitative reference flow of the result.
- Type:
boolean
(external doc) - Proto-Index: 7
location
The location of this flow result in case of a regionalized result.
unit
The unit in which the amount of the result is given. If missing, the amount is expected to be given in the reference unit of the flow.
Python class stub
The snippet below shows the names of the properties of the corresponding Python class of the olca-schema package. Note that this is not the full class definition but just shows the names of the class and its properties.
@dataclass
class FlowResult:
amount: float
description: str
flow: Ref
flow_property: Ref
is_input: bool
is_ref_flow: bool
location: Ref
unit: Ref