Click or drag to resize

MixtureOfFluidsKnownFluids Property

Gets the known fluids.

Namespace: Altaxo.Science.Thermodynamics.Fluids
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static IEnumerable<(string casNumber, Type type, Func<HelmholtzEquationOfStateOfPureFluidsBySpanEtAl> instanceGetter)> KnownFluids { get; }

Property Value

IEnumerableValueTupleString, Type, FuncHelmholtzEquationOfStateOfPureFluidsBySpanEtAl
The known fluids as enumeration of tuples, containing the CASRegistryNumber of the fluid, its type, and a function to get an instance of the fluid.
See Also