Correct units for pressures to reflect normalisation used in the code. #270
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Units for the output binary file appear to be incorrect for the pressure. Here I have corrected the units to what I understand the normalisations are.
The old normalisation for p was
the corrected normalisation is
with$c_{ref} = \sqrt{2 T_{ref}/m_{ref}}$ .
@johnomotani We should also check that the normalisation reported for the heat flux is correctly documented, since the units there also reference$T_{ref}$ and not $m_{ref}c_{ref}^2$ .
May close #136.