interleave_data¶
- MultiPhase.interleave_data(prop)[source]¶
Gathers property values from component phases to build a single array.
If the requested
prop
is not on this MultiPhase, then a search is conducted on all associated phase objects, and values from each are assembled into a single array.- Parameters
prop (str) – The property to be retrieved.
- Returns
An array containing the specified property retrieved from each component phase and assembled based on the specified mixing rule.
- Return type
ndarray