Skip to content

Unexpected behavior of user-defined boundary condition #340

Answered by marcomangano
kfxw asked this question in Q&A
Discussion options

You must be logged in to vote

Ok, I understand the issue you are having. What you are seeing is actually nominal ADflow behavior.

The solver uses non-dimensional thermodynamic variables throughout the code (you can take a peek at this initialization Fortran routine if you are curious) and does not convert back to the dimensional value when writing the output file.

We generally look at normalized pressure and velocity contours when we check and discuss results. If you need dimensional values, you can just convert them back in Paraview or Tecplot, multiplying the pressure and density using your input values and / or the full thermodynamic state from the AeroProblem function I mentioned in my first comment.
Note that the…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@kfxw
Comment options

@marcomangano
Comment options

Answer selected by kfxw
@kfxw
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants