-
Notifications
You must be signed in to change notification settings - Fork 15
Update stencils and the energy model #114
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
Merged
Merged
Changes from all commits
Commits
Show all changes
74 commits
Select commit
Hold shift + click to select a range
87cf67b
adding Qxxx corrections to remove constrained temperature
da2c3a4
problematic inlet
f0cbd0c
energy conditions for eq calculation in MakeNewLevel functions
2296612
inlet seems to be working with variable temperature
80a845b
Viscosity test added. Cleaning of code pending
6bb5746
added viscosityTester jupyter notebook
c3732eb
cleaning of comments, changes for backward compatibility
fb95a0e
non compiling code
f14bab1
save point, added energy lattice, not tested.
d3d86a6
save point, added energy lattice, velocity bc incomplete, not tested.
a5b3fbc
IC R in pressure corrected, checkpoint
8389fed
draft: Energy lattice is up! thermal diffusivity test added
00f8f8f
added sod test case
2eb5741
code text reformatted
22da915
update to documentation. Update to sod notebook
9966363
reformatted with llvm18
6a1bf4f
corrected spelling mistakes
c4deca4
chnaged some vector declarations
624e48e
removed some unused variables
d8f607b
reordering declaration of isAnEnergyLattice and m_vel_bc_op
fbedc7f
some D=2 corrections
864b819
test DIM merge
0786c65
m 001
6931b76
m 002
f09302f
m 003
d83e60f
m 004
d83f6bc
m 005
858b7a4
m 006
d5061df
m 007
08ee9b7
warning: statement should be inside braces [readability-braces-around…
06ae071
ploting copy size fix
42f7bf5
GPU problem
1dd3c1a
GPU prob
fe1ae2b
GPU compile prob
af76f89
changed model identifier in IC and velBC from sting to int
ee64cc5
formatted
0fdabdf
for TG test
5f5ac90
tidy 1
0c17c51
tidy 2
254e942
case changes
d23addf
case change and formatted
03e3a6b
removed comment
c54ac43
removed comment from BC.H
c8110ec
changed numbering BC.H
55df928
pass by ref for CodeQL
389a688
formatted. pass by ref for CodeQL
64cef67
removed some if conditions
9bbcd5b
removed unused variables
50b8302
change incompressible ICs
3bfd3ff
tests
230536b
formatting
00fba5d
case changes
4239412
test
4417b55
case
36be621
ok
e433afe
okk
9ab170e
style things
marchdf c11fbf9
remove useless templating
marchdf 5243d59
remove old stuff
marchdf adff861
some more removals
marchdf dcc346d
more removals
marchdf 141ae3a
moving stuff
marchdf 9cc9ecf
dont parse model type
marchdf 13cd48b
doc
marchdf 09d9cec
lost a comment
marchdf ab86d65
fix comment
marchdf f8d9620
manual format
marchdf 6935af4
remove duplicate code
marchdf 9342865
constexpr some things
marchdf 6b0e889
format
marchdf a4589f8
fix case
marchdf cf4b8da
fix unused
marchdf 8683fd1
ci update for hip
marchdf 5149e70
fix cuda build
marchdf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,7 +9,7 @@ DIM = 3 | |
|
|
||
| COMP = gnu | ||
|
|
||
| USE_MPI = TRUE | ||
| USE_MPI = TRUE | ||
| USE_OMP = FALSE | ||
| USE_CUDA = FALSE | ||
| USE_EB = TRUE | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.