-
I want to add a source term near the inlet and outlet to dampen out any waves and keep the boundaries more stable and am having trouble finding an example for how to do that. Can you help point me in the right direction for how to implement this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
For now, to add arbitrary source terms, the procedure is to modify the Line 40 in 33ad884 When #743 gets merged, custom source terms will be able to be added by defining a function in the |
Beta Was this translation helpful? Give feedback.
For now, to add arbitrary source terms, the procedure is to modify the
fill_ext_source
function as needed:PeleC/Source/External.cpp
Line 40 in 33ad884
When #743 gets merged, custom source terms will be able to be added by defining a function in the
prob
files, and there may even be similar capability designed for sponge zones!