Skip to content

Commit 9cd6339

Browse files
committed
Updated README.md
1 parent 5d972d8 commit 9cd6339

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,17 @@ A toolkit designed to facilitate the handling of MELCOR/MELGEN `1.8.6` files.
66

77
## ⚙️ Utilities
88

9-
- Reading Control Volumes (`CVs`) and Flow Paths (`FLs`) and converting them to objects.
10-
- Writing, deleting and editing `CVs` and `FLs`.
9+
- Reading Control Volumes (`CVs`), Flow Paths (`FLs`), Control Functions (`CFs`) and converting them to objects.
10+
- Writing, deleting and editing `CVs`, `FLs` and `CFs`.
1111
- Plotting files generated by the `EDF` package (`PTF` support is planned!)
1212
- Extraction of values printed by `EDF`.
13-
- Obtaining the list of available/used IDs for certain objects (`CVs`, `FLs`).
13+
- Obtaining the list of available/used IDs for different objects (`CVs`, `FLs`, `CFs`).
1414
- Remove all comments from an input file.
1515
- Search for objects by their ID.
1616
- Search for duplicate objects in a given list.
1717
- Get adjacent `CVs` and `FL` connections for a given `CV`.
18+
- Get `CFs` associated with a given `FL`.
19+
- Recursively extract inter-dependent `CFs`.
1820
- Create submodels from a given `CV` (_beta_).
1921

2022
## ➕ Extensions

0 commit comments

Comments
 (0)