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

[mtest] Documentation of the  @Profile keyword in PTest #360

Closed
thelfer opened this issue Jan 20, 2023 · 1 comment
Closed

[mtest] Documentation of the  @Profile keyword in PTest #360

thelfer opened this issue Jan 20, 2023 · 1 comment

Comments

@thelfer
Copy link
Owner

thelfer commented Jan 20, 2023

No description provided.

@thelfer thelfer added this to the 4.2.0 milestone Jan 20, 2023
@thelfer thelfer self-assigned this Jan 20, 2023
@thelfer
Copy link
Owner Author

thelfer commented Jan 20, 2023

The @Profile keyword allows the user to create an new output file containing the profile of some values defined at integration points such as the components of the internal states variables, the linearised string and the first Piola-Kirchhoff stress.

This keyword is followed by the name of the ouput file and an array containing the names of the values to be post-processed.

6 components' names are defined by default:

  • ERR, ETT and EZZ which denotes the components of the linearised strain
  • SRR, STT and SZZ which denotes the components of the first Piola-Kirchhoff stress.

Example

@Profile 'elasticity-linear-profile.res' {'SRR','STT','SZZ'};

thelfer added a commit that referenced this issue Jan 20, 2023
@thelfer thelfer closed this as completed Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant