get_comp_vals#

GasMixture.get_comp_vals(propname)#

Get a dictionary of the requested values from each component in the mixture

Parameters:

propname (str) – The property to fetch, such as 'pore.viscosity'.

Returns:

vals – A dictionary with each component name as the key and the requested property as the value.

Return type:

dict