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.
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
Add calculation of force error with anisotropic pressure tensor #395
Add calculation of force error with anisotropic pressure tensor #395
Changes from 45 commits
1c2a33b
0aa390b
0a86271
40fae29
ca8ddfb
158fcfb
af6426e
42f7835
2dc7311
8d69fa0
d53e1b5
690128c
8fad042
4ef27a4
a65b337
1fcf328
206abcc
295544f
cfea2cd
dce4f58
9e28a25
95b0a71
693eddc
b569b80
b10f252
b72232c
3424994
c60c513
3580317
b0a1a5e
52f7c5c
e192a10
e20ce0c
d5e45bf
c1c89a5
bca5fc6
780cd50
73271f1
32ef1a2
0984f9d
987bec7
886b39d
d31bcd6
8b4349f
b505832
11f99c6
eeccfbe
d2d2b30
f10d6a6
98c7798
47d61f4
442efe0
ecddde0
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So to do anisotropy, you have to give a regular pressure profile + a new anisotropy profile? I thought we could do this by just generalizing the pressure profile (something like
p_l
would becomep_lmn
)There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that would be anisotropic scalar pressure (ie, scalar pressure but a function of r,t,z). What we actually want is an anisotropic pressure tensor, hence the need for the new profile to represent the difference between the parallel and perpendicular pressures (see the notes linked above for a full description)