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

Draft: jtlaune/nu-disk #27

Draft
wants to merge 4 commits into
base: develop
Choose a base branch
from
Draft

Draft: jtlaune/nu-disk #27

wants to merge 4 commits into from

Conversation

jtlaune
Copy link
Collaborator

@jtlaune jtlaune commented Dec 10, 2024

Background

Adding in my initial conditions, boundary conditions, & damping zones for a vertically stratified constant nu disk.

Description of Changes

I have added a new problem generator file, nu_disk.hpp and modified drag.cpp/hpp to be consistent. I think going forward I need to add input parameters to switch on the behavior in drag, as this modifies the core functionality as is.

Submitting as a draft because I'm getting compile errors from pgen.hpp and problem_modifier.hpp when I try to add in a new pgen file.

Checklist

  • New features are documented
  • Tests added for bug fixes and new features
  • (@lanl.gov employees) Update copyright on changed files

@jtlaune jtlaune changed the title Draft: jtlaune/nu disk Draft: jtlaune/nu-disk Dec 10, 2024
src/drag/drag.hpp Outdated Show resolved Hide resolved
gvel1 = ArtemisUtils::VDot(vcyl, ex1);
gvel2 = ArtemisUtils::VDot(vcyl, ex2);
gvel3 = ArtemisUtils::VDot(vcyl, ex3);
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Compile errors were from this bracket missing

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.

2 participants