mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-02-09 13:25:12 -05:00
Added 2D function to JSON readers, fixed 2D polynomial fitting
This commit is contained in:
63
dev/IncompressibleLiquids/SolutionExample.json
Normal file
63
dev/IncompressibleLiquids/SolutionExample.json
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"T_freeze": {
|
||||
"coeffs": "null",
|
||||
"type": 0
|
||||
},
|
||||
"Tbase": 0.0,
|
||||
"Tmax": null,
|
||||
"Tmin": null,
|
||||
"TminPsat": null,
|
||||
"conductivity": {
|
||||
"coeffs": "null",
|
||||
"type": 0
|
||||
},
|
||||
"density": {
|
||||
"coeffs": [
|
||||
[
|
||||
-1.1876190476190525,
|
||||
-1.0978571428571455,
|
||||
-1.008571428571432,
|
||||
-0.926190476190484,
|
||||
-0.8433333333333355,
|
||||
-0.7626190476190485,
|
||||
-0.6845238095238149
|
||||
],
|
||||
[
|
||||
1338.9886190476204,
|
||||
1308.851107142858,
|
||||
1278.9555714285727,
|
||||
1250.893690476193,
|
||||
1222.8398333333341,
|
||||
1195.3998690476192,
|
||||
1168.7407738095253
|
||||
]
|
||||
],
|
||||
"type": "polynomial"
|
||||
},
|
||||
"description": "Ethanol ice slurry",
|
||||
"mass2mole": {
|
||||
"coeffs": "null",
|
||||
"type": 0
|
||||
},
|
||||
"name": "SolutionExample",
|
||||
"reference": "SecCool software",
|
||||
"saturation_pressure": {
|
||||
"coeffs": "null",
|
||||
"type": 0
|
||||
},
|
||||
"specific_heat": {
|
||||
"coeffs": "null",
|
||||
"type": 0
|
||||
},
|
||||
"viscosity": {
|
||||
"coeffs": "null",
|
||||
"type": 0
|
||||
},
|
||||
"volume2mass": {
|
||||
"coeffs": "null",
|
||||
"type": 0
|
||||
},
|
||||
"xbase": 0.0,
|
||||
"xmax": null,
|
||||
"xmin": null
|
||||
}
|
||||
Reference in New Issue
Block a user