FlowResult

A calculation result of a flow.

Properties

@type

Inherited from Entity.@type

amount

description

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.

isInput

Indicates whether the flow is an input or not.

isRefFlow

true if this is the quantitative reference flow of the result.

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