elphick.mass_composition.utils.moisture.solve_mass_moisture
- elphick.mass_composition.utils.moisture.solve_mass_moisture(mass_wet=None, mass_dry=None, moisture=None)[source]
Solves the missing component of the mass-moisture trifecta
- Parameters:
mass_wet (
Union
[Series
,DataArray
,None
]) – The wet mass - optional if the other two arguments are suppliedmass_dry (
Union
[Series
,DataArray
,None
]) – The dry mass - optional if the other two arguments are suppliedmoisture (
Union
[Series
,DataArray
,None
]) – The moisture [0-100] - optional if the other two arguments are supplied
- Return type:
Union
[Series
,DataArray
]- Returns:
A series for the argument that was not supplied