Nicolas Kruse
|
762ff6929d
|
test added for non-equilibrium cases
|
2025-06-24 15:14:41 +02:00 |
Nicolas Kruse
|
0854d28e92
|
Time hints added in main
|
2025-06-24 15:14:41 +02:00 |
Nicolas Kruse
|
5172d3721e
|
added weighting coefficient for better stability
|
2025-06-24 15:14:41 +02:00 |
Nicolas Kruse
|
fe5bf70d83
|
version changed to v1.1.2
|
2025-06-24 15:14:41 +02:00 |
Nicolas Kruse
|
63b1808341
|
Solver updated with start value estimation and log-error for elemental species balance
|
2025-06-24 15:14:41 +02:00 |
Nicolas Kruse
|
a5f806aa31
|
For equilibrium_eq start values are estimated now by calculating the maximum possible amount for each species based on the elements
|
2025-06-24 15:14:41 +02:00 |
Nicolas Kruse
|
802aa68a25
|
equilibrium solvers moved to separate file "_solver.py"
|
2025-06-24 15:14:41 +02:00 |
Nicolas Kruse
|
973aedf058
|
cff-version in CITATION.cff fixed
|
2025-06-18 14:41:41 +02:00 |
Nicolas Kruse
|
d627b87df6
|
added mypy conformity for numpy 2.3.0
|
2025-06-18 14:18:46 +02:00 |
Nicolas Kruse
|
2f5cad3d05
|
Docs and doc generation updated for the restructuring
|
2025-06-18 08:48:51 +02:00 |
Nicolas Kruse
|
93f6d88cd4
|
docstring fixed for species function
|
2025-06-18 00:46:31 +02:00 |
Nicolas Kruse
|
fd94cb2f24
|
__iter__ function for elements and fluid updated to pass mypy type check. test added
|
2025-06-18 00:19:19 +02:00 |
Nicolas Kruse
|
1e54392d54
|
type references fixed
|
2025-06-17 23:31:17 +02:00 |
Nicolas Kruse
|
944aeb3546
|
citation.cff updated
|
2025-06-17 23:22:23 +02:00 |
Nicolas Kruse
|
a12983948e
|
moving type aliases to typing
|
2025-06-17 23:18:24 +02:00 |
Nicolas Kruse
|
91ec565bf8
|
version number increased to 1.1.1
|
2025-06-17 22:57:20 +02:00 |
Nicolas Kruse
|
9e7c9a47b3
|
db_reader memory usage reduced by using an iterator instead of split
|
2025-06-17 22:56:43 +02:00 |
Nicolas Kruse
|
412827226f
|
File structure refactored to clean up API
|
2025-06-17 22:55:04 +02:00 |
Nicolas Kruse
|
5c41d04a70
|
test extended
|
2025-06-17 22:53:25 +02:00 |
Nicolas Kruse
|
3016a2db4e
|
Example files fixed
|
2025-06-06 14:17:04 +02:00 |
Nicolas Kruse
|
5f6067fc63
|
Example file renamed to prevent name conflict
|
2025-06-06 14:03:13 +02:00 |
Nicolas Kruse
|
71da33d9ad
|
doc CD: Ignore Warnings when running notedown command
|
2025-06-06 13:57:46 +02:00 |
Nicolas Kruse
|
08c81444dd
|
doc CD: fixed package name
|
2025-06-06 13:52:17 +02:00 |
Nicolas Kruse
|
6659545391
|
doc CD: added yaml dependency
|
2025-06-06 13:50:52 +02:00 |
Nicolas Kruse
|
7af6176464
|
doc CD: fixed invalid comment
|
2025-06-06 13:47:51 +02:00 |
Nicolas Kruse
|
90b3c77ae1
|
doc CD: replaced dummy database by a partial real database for rendering examples
|
2025-06-06 13:44:13 +02:00 |
Nicolas Kruse
|
a65dbee17d
|
added "os.makedirs('docs/source/_autogenerated', exist_ok=True)" to create _autogenerated directory if not existing
|
2025-06-06 13:36:55 +02:00 |
Nicolas Kruse
|
ce48083e77
|
Merge pull request #2 from DLR-Institute-of-Future-Fuels/example_generation_feature
- Example generation feature
- Code example added
- Unit tests and doc generation/config updated to handle examples
|
2025-06-06 13:29:03 +02:00 |
Nicolas Kruse
|
dafdade833
|
Excluded autogenerated example code files in flake8 config, code style fixed
|
2025-06-06 13:24:46 +02:00 |
Nicolas Kruse
|
7671a89e14
|
Examples added, example readme and example unit test updated
|
2025-06-06 13:15:34 +02:00 |
Nicolas Kruse
|
0578b552be
|
Example-readme updated
|
2025-06-06 10:48:30 +02:00 |
Nicolas Kruse
|
d18ba0f785
|
Docs CD updated
|
2025-06-06 10:48:08 +02:00 |
Nicolas Kruse
|
1c07ffea36
|
docs CD: LICENSE added to docs
|
2025-06-06 10:13:34 +02:00 |
Nicolas Kruse
|
38eda3edcf
|
docs for types added
|
2025-06-06 10:12:55 +02:00 |
Nicolas Kruse
|
9fc5ea2dc1
|
Docstrings updated: types for properties and solver description added
|
2025-06-06 10:11:54 +02:00 |
Nicolas Kruse
|
b158a86852
|
doc build CD updated for rendering examples
|
2025-06-06 09:08:13 +02:00 |
Nicolas Kruse
|
99e543e12a
|
script for rendering examples added for doc generation
|
2025-06-06 09:07:43 +02:00 |
Nicolas Kruse
|
359120bbcf
|
project settings updated - e.g. dependencies for building docs and testing
|
2025-06-06 09:06:33 +02:00 |
Nicolas Kruse
|
6c3437f509
|
example unit test updated to test all examples from example directory
|
2025-06-06 09:05:40 +02:00 |
Nicolas Kruse
|
793b2a0ab4
|
doc build script and settings updated
|
2025-06-06 09:04:42 +02:00 |
Nicolas Kruse
|
e30b4f1d47
|
files rearranged
|
2025-06-06 09:02:52 +02:00 |
Nicolas Kruse
|
60a8f99daf
|
drawing for example added
|
2025-06-04 18:00:40 +02:00 |
Nicolas Kruse
|
cf7c5ebe95
|
doc_build dependencies in project file added
|
2025-06-04 18:00:28 +02:00 |
Nicolas Kruse
|
16d1d053d7
|
readme for examples added
|
2025-06-04 18:00:01 +02:00 |
Nicolas Kruse
|
ddd543abf0
|
line breaks adjusted in readme
|
2025-06-04 17:54:09 +02:00 |
Nicolas Kruse
|
360683a633
|
md_to_code updated to generate tests and human readable example code from markdown scripts
|
2025-06-04 17:53:37 +02:00 |
Nicolas
|
d7087edf70
|
code style fixed
|
2025-06-02 18:14:05 +02:00 |
Nicolas
|
ffdba50968
|
CD config added and project file updated
|
2025-06-02 18:06:34 +02:00 |
Nicolas
|
a2744b7b01
|
get_species_references function to fluid_system added to show data references
|
2025-06-02 18:05:59 +02:00 |
Nicolas Kruse
|
14d6f5a7fb
|
"mkdir -p src/gaspype/data" added in doc-CD-script
|
2025-06-02 17:24:45 +02:00 |