-
Notifications
You must be signed in to change notification settings - Fork 57
SingleDropEvap test for GCM implementation #561
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
CMake/BuildPelePhysicsLib.cmake
Outdated
endif() | ||
target_compile_definitions(${pele_physics_lib_name} PUBLIC PELE_USE_SPRAY PELELM_USE_SPRAY) | ||
target_compile_definitions(${pele_physics_lib_name} PUBLIC SPRAY_FUEL_NUM=${PELE_PHYSICS_SPRAY_FUEL_NUM}) | ||
target_compile_definitions(${pele_physics_lib_name} PUBLIC PELE_SPRAY_GCM SPRAY_GCM) |
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.
Should this be PELE_PHYSICS_SPRAY_GCM
instead of SPRAY_GCM
to match all the CMakeLists.txt?
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.
Good catch for consistency.
I think this should be good to go now. |
These are the scripts used to run the GCM vs. PeleMP SingleDropEvap tests shown in PelePhysics #615
SPRAY_GCM=TRUE
orFALSE
(for PeleMP implementation)Validate.py
script withLiqPropsType="gcm"
or"mp"
LiqPropsType
you can compare them usingCompareLiqPropsType.py
This is still a work in progress and needs to be cleaned up a bit before review.