Material Lookup
fullflow.MaterialLookup
ThermoProp Material-backed solid material property lookup component.
MaterialLookup evaluates temperature-dependent solid material properties through the ThermoProp Material wrapper. The component updates the material backend from a temperature input and writes requested material property outputs to their corresponding states.
Additional supported material properties can be accessed lazily as derived states.
Parameters
| Name | Type | Description |
|---|---|---|
name | str | Component name |
network | Network | Network that owns this component |
material | str | Material name or alias |
temperature | State or float, optional | Material temperature input |
allow_ | bool, optional | Whether material property extrapolation is allowed **property_states : State Additional requested Material property output states |
Outputs
| Name | Type | Description |
|---|---|---|
property_ | State | Requested material property states |