liquidProperties: simplified and generalized the IO
When liquids are constructed from dictionary the coefficients are now first initialized to their standard values and overridden by the now optional entries provided in the dictionary. For example to specify water with all the standard temperature varying properties but override only the density with a constant value of 1000 specify in thermophysicalProperties liquids { H2O { defaultCoeffs no; H2OCoeffs { rho { a 1000; b 0; c 0; d 0; } } } }
Showing
- src/thermophysicalModels/properties/liquidProperties/Ar/Ar.C 21 additions, 15 deletionssrc/thermophysicalModels/properties/liquidProperties/Ar/Ar.C
- src/thermophysicalModels/properties/liquidProperties/Ar/Ar.H 7 additions, 22 deletionssrc/thermophysicalModels/properties/liquidProperties/Ar/Ar.H
- src/thermophysicalModels/properties/liquidProperties/C10H22/C10H22.C 21 additions, 15 deletions...hysicalModels/properties/liquidProperties/C10H22/C10H22.C
- src/thermophysicalModels/properties/liquidProperties/C10H22/C10H22.H 7 additions, 23 deletions...hysicalModels/properties/liquidProperties/C10H22/C10H22.H
- src/thermophysicalModels/properties/liquidProperties/C12H26/C12H26.C 21 additions, 15 deletions...hysicalModels/properties/liquidProperties/C12H26/C12H26.C
- src/thermophysicalModels/properties/liquidProperties/C12H26/C12H26.H 7 additions, 22 deletions...hysicalModels/properties/liquidProperties/C12H26/C12H26.H
- src/thermophysicalModels/properties/liquidProperties/C13H28/C13H28.C 21 additions, 15 deletions...hysicalModels/properties/liquidProperties/C13H28/C13H28.C
- src/thermophysicalModels/properties/liquidProperties/C13H28/C13H28.H 7 additions, 22 deletions...hysicalModels/properties/liquidProperties/C13H28/C13H28.H
- src/thermophysicalModels/properties/liquidProperties/C14H30/C14H30.C 21 additions, 15 deletions...hysicalModels/properties/liquidProperties/C14H30/C14H30.C
- src/thermophysicalModels/properties/liquidProperties/C14H30/C14H30.H 7 additions, 22 deletions...hysicalModels/properties/liquidProperties/C14H30/C14H30.H
- src/thermophysicalModels/properties/liquidProperties/C16H34/C16H34.C 21 additions, 15 deletions...hysicalModels/properties/liquidProperties/C16H34/C16H34.C
- src/thermophysicalModels/properties/liquidProperties/C16H34/C16H34.H 7 additions, 22 deletions...hysicalModels/properties/liquidProperties/C16H34/C16H34.H
- src/thermophysicalModels/properties/liquidProperties/C2H5OH/C2H5OH.C 21 additions, 15 deletions...hysicalModels/properties/liquidProperties/C2H5OH/C2H5OH.C
- src/thermophysicalModels/properties/liquidProperties/C2H5OH/C2H5OH.H 7 additions, 22 deletions...hysicalModels/properties/liquidProperties/C2H5OH/C2H5OH.H
- src/thermophysicalModels/properties/liquidProperties/C2H6/C2H6.C 21 additions, 15 deletions...rmophysicalModels/properties/liquidProperties/C2H6/C2H6.C
- src/thermophysicalModels/properties/liquidProperties/C2H6/C2H6.H 7 additions, 22 deletions...rmophysicalModels/properties/liquidProperties/C2H6/C2H6.H
- src/thermophysicalModels/properties/liquidProperties/C2H6O/C2H6O.C 21 additions, 15 deletions...ophysicalModels/properties/liquidProperties/C2H6O/C2H6O.C
- src/thermophysicalModels/properties/liquidProperties/C2H6O/C2H6O.H 7 additions, 22 deletions...ophysicalModels/properties/liquidProperties/C2H6O/C2H6O.H
- src/thermophysicalModels/properties/liquidProperties/C3H6O/C3H6O.C 21 additions, 15 deletions...ophysicalModels/properties/liquidProperties/C3H6O/C3H6O.C
- src/thermophysicalModels/properties/liquidProperties/C3H6O/C3H6O.H 7 additions, 23 deletions...ophysicalModels/properties/liquidProperties/C3H6O/C3H6O.H
Please register or sign in to comment