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

calculating local quantities for Q4 shell elements, closes #28741 #28742

Open
wants to merge 2 commits into
base: next
Choose a base branch
from

Conversation

Kavan-Khaledi
Copy link
Contributor

@Kavan-Khaledi Kavan-Khaledi commented Oct 1, 2024

@bwspenc @dschwen

Reason

To calculate the local quantities such as local stresses, forces and bending moments for shell elements

Design

  • A convention was used to either automatically calculate local coordinates or allow users to define them manually.

  • Aux variables were added to visualize the local vectors

  • The local stresses, forces and bending moments were calculated and stored using aux variables.

  • Tests were added, and the doc file was edited

Impact

  • With the new local coordinate system, only one test, large_beam_bending, fails. However, the difference between the new and old results for this test is minimal and negligible, so we regold it.

  • Other features, such as the calculation of local quantities, will not affect existing capabilities.

@moosebuild
Copy link
Contributor

Job Precheck, step Clang format on 632ccd5 wanted to post the following:

Your code requires style changes.

A patch was auto generated and copied here
You can directly apply the patch by running, in the top level of your repository:

curl -s https://mooseframework.inl.gov/docs/PRs/28742/clang_format/style.patch | git apply -v

Alternatively, with your repository up to date and in the top level of your repository:

git clang-format c772791147ddb90c3cd52eef52d7eba88055ca19

@bwspenc
Copy link
Contributor

bwspenc commented Oct 16, 2024

My apologies -- I just saw this! I get so many github notifications that I'm not very good at staying on top of them. I'll start looking at this.

@moosebuild
Copy link
Contributor

Job Documentation, step Docs: sync website on faf444f wanted to post the following:

View the site here

This comment will be updated on new commits.

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