Add CylinderAbsorbingBC - #445
Open
maxnezdyur wants to merge 1 commit into
Open
Conversation
maxnezdyur
force-pushed
the
cylinder-absorbing-bc
branch
from
May 7, 2026 13:03
2751b0a to
11b80d3
Compare
|
Job Documentation, step Sync to remote on f27a3ce wanted to post the following: View the site here This comment will be updated on new commits. |
maxnezdyur
force-pushed
the
cylinder-absorbing-bc
branch
from
May 9, 2026 00:54
11b80d3 to
b4e87ba
Compare
Templated AD/non-AD Lysmer-Kuhlemeyer absorbing IntegratedBC for elastodynamic wave problems. Per-displacement-component, parameterized by density/shear_modulus/lambda so c_p and c_s derive at the qp. The non-AD specialization carries hand-coded Jacobians verified against PETSc FD on a rotated slab; the AD specialization uses the framework's AD path. Dynamic and linear-isotropic only. Tests cover normal-incidence pwave and oblique-incidence swave slabs with an explicit reflection_ratio postprocessor (<1% reflection at well-resolved mesh and dt), a quarter-cylinder Exodiff regression, a full-annulus visualization input, and PetscJacobianTester on a rotated slab so off-diagonal Jacobian entries are exercised non-trivially. closes idaholab#444
maxnezdyur
force-pushed
the
cylinder-absorbing-bc
branch
from
May 10, 2026 22:56
b4e87ba to
f27a3ce
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Templated AD/non-AD Lysmer-Kuhlemeyer absorbing IntegratedBC for elastodynamic wave problems, parameterized by density/shear_modulus/lambda so the P- and S-wave speeds derive at the qp. The non-AD specialization carries hand-coded Jacobians verified against PETSc FD on a rotated slab; regression tests cover pwave/swave incidence with an explicit
reflection_ratiopostprocessor (<1%) plus a quarter-cylinder Exodiff and a closed-annulus visualization input.closes #444