-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* do EB cases for cmake with USE_EB, also make these cases tidy * fix soot cmake compilation --------- Co-authored-by: Bruce Perry <[email protected]> Co-authored-by: Bruce Perry <[email protected]>
- Loading branch information
1 parent
047b533
commit a30a31b
Showing
12 changed files
with
84 additions
and
122 deletions.
There are no files selected for viewing
This file contains 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 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 |
---|---|---|
@@ -1,18 +1,21 @@ | ||
#add_subdirectory(EB_BackwardStepFlame) | ||
#add_subdirectory(EB_EnclosedFlame) | ||
#add_subdirectory(EB_EnclosedVortex) | ||
#add_subdirectory(EB_FlowPastCylinder) | ||
#add_subdirectory(EB_PipeFlow) | ||
add_subdirectory(EnclosedFlame) | ||
add_subdirectory(EnclosedInjection) | ||
add_subdirectory(FlameSheet) | ||
add_subdirectory(HITDecay) | ||
add_subdirectory(HotBubble) | ||
add_subdirectory(PeriodicCases) | ||
#add_subdirectory(SprayTest) | ||
add_subdirectory(TaylorGreen) | ||
add_subdirectory(TripleFlame) | ||
if(PELELMEX_DIM GREATER 2) | ||
add_subdirectory(TurbInflow) | ||
if(PELELMEX_ENABLE_EB) | ||
add_subdirectory(EB_BackwardStepFlame) | ||
add_subdirectory(EB_EnclosedFlame) | ||
add_subdirectory(EB_EnclosedVortex) | ||
add_subdirectory(EB_FlowPastCylinder) | ||
add_subdirectory(EB_PipeFlow) | ||
else() | ||
add_subdirectory(EnclosedFlame) | ||
add_subdirectory(EnclosedInjection) | ||
add_subdirectory(FlameSheet) | ||
add_subdirectory(HITDecay) | ||
add_subdirectory(HotBubble) | ||
add_subdirectory(PeriodicCases) | ||
#add_subdirectory(SprayTest) | ||
add_subdirectory(TaylorGreen) | ||
add_subdirectory(TripleFlame) | ||
if(PELELMEX_DIM GREATER 2) | ||
add_subdirectory(TurbInflow) | ||
endif() | ||
#add_subdirectory(Unit) | ||
endif() | ||
#add_subdirectory(Unit) |
This file contains 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 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 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 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 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 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 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 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
Oops, something went wrong.