Click or drag to resize

MixtureOfFluidsKnownBinaryMixtures Property

Gets the known binary mixture definitions.

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 casNumber1, string casNumber2, Type type, Func<BinaryMixtureDefinitionBase> instanceGetter)> KnownBinaryMixtures { get; }

Property Value

IEnumerableValueTupleString, String, Type, FuncBinaryMixtureDefinitionBase
The known mixtures as enumeration of tuples, containing the CASRegistryNumber of the fluid1 and fluid2, the type of the mixture definition, and a function to get an instance of the binary mixture.
See Also