Uses of Class
neqsim.thermo.characterization.CharacterizationOptions
Packages that use CharacterizationOptions
-
Uses of CharacterizationOptions in neqsim.thermo.characterization
Methods in neqsim.thermo.characterization that return CharacterizationOptionsModifier and TypeMethodDescriptionCharacterizationOptions.Builder.build()Build the CharacterizationOptions instance.static CharacterizationOptionsCharacterizationOptions.defaults()Creates default options with BIP transfer enabled.static CharacterizationOptionsCharacterizationOptions.withBipTransfer()Creates options with BIP transfer enabled.Methods in neqsim.thermo.characterization with parameters of type CharacterizationOptionsModifier and TypeMethodDescriptionCharacterise.characterizeToReference(SystemInterface referenceFluid, CharacterizationOptions options) Characterize this fluid to match the pseudo-component structure of a reference fluid with options.static SystemInterfacePseudoComponentCombiner.characterizeToReference(SystemInterface source, SystemInterface reference, CharacterizationOptions options) Characterize a fluid to another fluid's pseudo component definition with options.