Skip to content

Commit 7fb0216

Browse files
committed
SD::First commit, all files
1 parent 3d416da commit 7fb0216

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+6890
-1
lines changed

LICENSE

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
MIT License
22

3-
Copyright (c) 2021 US Army Engineer Research and Development Center
3+
Copyright (c) 2021 Sourav Dutta, Peter Rivera-Casillas, Matthew W. Farthing
4+
(US Army Engineer Research and Development Center)
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal

README.md

+66
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
# NODE for NIROM
2+
3+
Using a Tensorflow-based implementation of Neural ODEs to develop non-intrusive reduced order models for CFD problems.
4+
5+
## Description
6+
7+
An in-depth paragraph about your project and overview of use (To Be Updated).
8+
* High-fidelity data files are available at [RDEDrive](https://rdedrive.erdc.dren.mil/url/rngn5jdnhxaizsry) (VPN required)
9+
10+
## Getting Started
11+
12+
### Dependencies
13+
14+
* Python 3.x
15+
* Tensorflow 2.x
16+
* tfdiffeq
17+
18+
### Installing
19+
20+
* How/where to download your program (TBU)
21+
* Any modifications needed to be made to files/folders (TBU)
22+
23+
### Executing program
24+
25+
* How to run the program (TBU)
26+
* Step-by-step bullets (TBU)
27+
```
28+
code blocks for commands
29+
```
30+
31+
## Help
32+
33+
Any advise for common problems or issues (TBU).
34+
```
35+
command to run if program contains helper info (TBU)
36+
```
37+
38+
## Authors
39+
40+
* **Sourav Dutta** - *[email protected]* - ERDC-CHL
41+
* **Matthew Farthing** - *[email protected]* - ERDC-CHL
42+
* **Peter Rivera-Casillas** - *[email protected]* - ERDC-CHL
43+
44+
45+
## Version History
46+
47+
* 0.2
48+
* Various bug fixes and optimizations
49+
* See [commit change]() or See [release history]()
50+
* 0.1
51+
* Initial Release
52+
53+
54+
## License
55+
56+
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
57+
58+
59+
## Acknowledgments
60+
61+
* Thank you to ERDC-HPC facilities for support with valuable computational infrastructure
62+
* Thank you to ORISE for support with appointment to the Postgraduate Research Participation Program.
63+
64+
Inspiration, code snippets, etc.
65+
* [tfdiffeq](https://github.com/titu1994/tfdiffeq)
66+
* [ML-ROM-Closures](https://github.com/Romit-Maulik/ML_ROM_Closures)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
model_checkpoint_path: "ckpt"
2+
all_model_checkpoint_paths: "ckpt"
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
model_checkpoint_path: "ckpt"
2+
all_model_checkpoint_paths: "ckpt"
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
model_checkpoint_path: "ckpt"
2+
all_model_checkpoint_paths: "ckpt"
Binary file not shown.
406 Bytes
Binary file not shown.
+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
model_checkpoint_path: "ckpt_3"
2+
all_model_checkpoint_paths: "ckpt_3"
Binary file not shown.
409 Bytes
Binary file not shown.
Binary file not shown.
409 Bytes
Binary file not shown.
Binary file not shown.
409 Bytes
Binary file not shown.
65.1 KB
Binary file not shown.
1.48 MB
Loading
Binary file not shown.
341 KB
Binary file not shown.
Binary file not shown.
348 KB
Binary file not shown.
Binary file not shown.
351 KB
Binary file not shown.
Binary file not shown.
187 KB
Binary file not shown.
Binary file not shown.
186 KB
Binary file not shown.
Binary file not shown.
187 KB
Binary file not shown.
Binary file not shown.
58.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)