-
|
Hi , Is there a way in the PropertyCorrelationsPackage instantiation where it can be specified which correleations to use e.g. for viscosity, thermal conductivity and surface tension? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi Anders, You can go from thermo's defaults to your own defaults by running Sincerely, |
Beta Was this translation helpful? Give feedback.
Hi Anders,
The following example shows how to provide pre-configured pure component correlations to the
PropertyCorrelationsPackageinterface. The default methods are only selected if property estimators are not provided on construction. The same applies to the mixture objects although there is not an example for that - you can configure e.g. your ownViscosityGasMixtureand provide it to the constructor ofPropertyCorrelationsPackageand it will be used.https://thermo.readthedocs.io/Examples/Working%20with%20Heat%20Transfer%20Fluids%20-%20Therminol%20LT.html
You can go from thermo's defaults to your own defaults by running
print(your_property_correlations_package)and hardcoding its out…