Skip to content
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

update shock-cloud problem #350

Merged
merged 10 commits into from
Jul 1, 2024
Merged

Conversation

BenWibking
Copy link
Collaborator

@BenWibking BenWibking commented Aug 16, 2023

This updates the shock-cloud problem to use a new setup that:

  • tracks the cloud center-of-mass frame
  • refines so that the cooling length $l_{\text{cool}} = c_s t_{\text{cool}}$ is resolved with at least 10 cells
  • adds derived fields for temperature, entropy, pressure, etc. to the outputs
  • uses the (simplified) Navier-Stokes Characteristic Boundary Conditions for inflow/outflow on the left/right sides of the box
  • adds shock-cloud problem to nightly regression testing

This PR depends on:

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

There were too many comments to post at once. Showing the first 10 out of 61. Check the log or trigger a new build to see more.

src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

There were too many comments to post at once. Showing the first 10 out of 51. Check the log or trigger a new build to see more.

src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Show resolved Hide resolved
src/ShockCloud/cloud.cpp Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

There were too many comments to post at once. Showing the first 10 out of 41. Check the log or trigger a new build to see more.

src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

There were too many comments to post at once. Showing the first 10 out of 31. Check the log or trigger a new build to see more.

src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

There were too many comments to post at once. Showing the first 10 out of 20. Check the log or trigger a new build to see more.

src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
@psharda
Copy link
Contributor

psharda commented Aug 17, 2023

/azp run

1 similar comment
@psharda
Copy link
Contributor

psharda commented Aug 30, 2023

/azp run

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

src/CloudyCooling.hpp Outdated Show resolved Hide resolved
src/CloudyCooling.hpp Outdated Show resolved Hide resolved
@BenWibking
Copy link
Collaborator Author

/azp run

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

There were too many comments to post at once. Showing the first 10 out of 16. Check the log or trigger a new build to see more.

src/GrackleDataReader.cpp Outdated Show resolved Hide resolved
src/GrackleDataReader.cpp Outdated Show resolved Hide resolved
src/GrackleDataReader.cpp Outdated Show resolved Hide resolved
src/GrackleDataReader.cpp Outdated Show resolved Hide resolved
src/GrackleDataReader.cpp Outdated Show resolved Hide resolved
src/GrackleDataReader.cpp Outdated Show resolved Hide resolved
src/GrackleDataReader.cpp Outdated Show resolved Hide resolved
src/GrackleDataReader.cpp Outdated Show resolved Hide resolved
src/GrackleDataReader.cpp Outdated Show resolved Hide resolved
src/GrackleDataReader.hpp Outdated Show resolved Hide resolved
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

src/GrackleDataReader.hpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/simulation.hpp Outdated Show resolved Hide resolved
src/simulation.hpp Outdated Show resolved Hide resolved
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

src/ShockCloud/cloud.cpp Show resolved Hide resolved
src/ShockCloud/cloud.cpp Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@BenWibking
Copy link
Collaborator Author

/azp run

Copy link

Azure Pipelines successfully started running 4 pipeline(s).

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

src/CloudyCooling.hpp Outdated Show resolved Hide resolved
src/CloudyCooling.hpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

src/simulation.hpp Outdated Show resolved Hide resolved
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

src/simulation.hpp Outdated Show resolved Hide resolved
src/GrackleDataReader.cpp Fixed Show fixed Hide fixed
@BenWibking
Copy link
Collaborator Author

/azp run

Copy link

Azure Pipelines successfully started running 5 pipeline(s).

src/hydro_system.hpp Outdated Show resolved Hide resolved
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

src/CloudyCooling.hpp Outdated Show resolved Hide resolved
src/GrackleDataReader.cpp Outdated Show resolved Hide resolved
src/GrackleDataReader.cpp Outdated Show resolved Hide resolved
src/GrackleDataReader.hpp Outdated Show resolved Hide resolved
src/GrackleDataReader.hpp Outdated Show resolved Hide resolved
src/ShockCloud/cloud.cpp Outdated Show resolved Hide resolved
src/simulation.hpp Outdated Show resolved Hide resolved
src/simulation.hpp Outdated Show resolved Hide resolved
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

src/ShockCloud/test_cloudy_cooling.cpp Outdated Show resolved Hide resolved
@BenWibking
Copy link
Collaborator Author

/azp run

Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@BenWibking
Copy link
Collaborator Author

/azp run

Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@BenWibking BenWibking marked this pull request as ready for review June 11, 2024 12:33
@BenWibking
Copy link
Collaborator Author

@markkrumholz I've added this problem to the nightly regression testing. It should be all ready to review.

@BenWibking
Copy link
Collaborator Author

/azp run

Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@BenWibking BenWibking added this pull request to the merge queue Jul 1, 2024
Merged via the queue into development with commit d6728ef Jul 1, 2024
19 of 21 checks passed
@BenWibking BenWibking deleted the BenWibking/new-shock-cloud branch July 31, 2024 15:44
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.

3 participants