-
Notifications
You must be signed in to change notification settings - Fork 86
Add NEMO governing equations to theory.md #108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: jtneedels <jneedels@stanford.edu>
Signed-off-by: jtneedels <jneedels@stanford.edu>
Signed-off-by: jtneedels <jneedels@stanford.edu>
pcarruscag
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the .DS_Store file?
_docs_v7/Theory.md
Outdated
|
|
||
| | Solver | Version | | ||
| | --- | --- | | ||
| | `NEMO_NAVIER_STOKES`, `NEMO_RANS` | 7.0.0 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is NEMO_RANS operational already?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Last I talked to @WallyMaier it works in his branch, but it's not in develop. I think he is still doing V&V. I'll go ahead and remove it for now, and we can add it back in later when ready.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The documentation and code branches should be in sync (develop -> develop, master -> master)
Oops, didn't see that got added. Must be some kind of cache file for when I viewed the md as an html on my machine, I'll remove it. |
Signed-off-by: jtneedels <jneedels@stanford.edu>
Signed-off-by: jtneedels <jneedels@stanford.edu>
Adds governing equations for NEMO solver (nonequilibrium NS and Euler) to theory.md. Work in conjunction with @WallyMaier.