Skip to content

Fix inverted direction_dependent sign test in IncfloVelFill LOW K. - #198

Open
WeiqunZhang wants to merge 1 commit into
AMReX-Fluids:developmentfrom
WeiqunZhang:fix-vel-lowk-direction-dependent
Open

Fix inverted direction_dependent sign test in IncfloVelFill LOW K.#198
WeiqunZhang wants to merge 1 commit into
AMReX-Fluids:developmentfrom
WeiqunZhang:fix-vel-lowk-direction-dependent

Conversation

@WeiqunZhang

Copy link
Copy Markdown
Member

The low-z face applied the Dirichlet inflow value when norm_vel <= 0 and copied the interior when norm_vel > 0, reversing inflow and outflow. Its LOW I and LOW J twins, and the low-z branches of the density, tracer and temperature fills, all use >= 0.

Fixes #190.

The low-z face applied the Dirichlet inflow value when norm_vel <= 0 and copied the interior when norm_vel > 0, reversing inflow and outflow. Its LOW I and LOW J twins, and the low-z branches of the density, tracer and temperature fills, all use >= 0.

Fixes AMReX-Fluids#190.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

IncfloVelFill LOW K block inverts direction_dependent sign test (zlo inflow/outflow swapped)

1 participant