add methane in call_lib to gaseous fluids
Showing 1 of 1 files from the diff.
pandapipes/properties/fluids.py
changed.
@@ -444,7 +444,7 @@
Loading
444 | 444 | os.path.join(pp_dir, "properties", fluid, prop + ".txt")) |
|
445 | 445 | ||
446 | 446 | liquids = ["water"] |
|
447 | - | gases = ["air", "lgas", "hgas", "hydrogen"] |
|
447 | + | gases = ["air", "lgas", "hgas", "hydrogen", "methane"] |
|
448 | 448 | ||
449 | 449 | if fluid == "natural_gas": |
|
450 | 450 | logger.error("'natural_gas' is ambigious. Please choose 'hgas' or 'lgas' " |
Files | Coverage |
---|---|
pandapipes | 91.69% |
Project Totals (62 files) | 91.69% |
440.1
TRAVIS_PYTHON_VERSION=3.6 TRAVIS_OS_NAME=linux
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.