Skip to content

Commit

Permalink
🔧 feat(viscoelastic): Update conformation tensor fields
Browse files Browse the repository at this point in the history
Updates the conformation tensor fields in the 2D viscoelastic
scalar solver. The `Aqq` field has been renamed to `AThTh` to
better represent the tangential component of the conformation
tensor in axisymmetric coordinates.
  • Loading branch information
VatsalSy committed Nov 3, 2024
1 parent 6b3daed commit 31930f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-local/log-conform-viscoelastic-scalar-2D.h
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ tensor $\Psi$. */
scalar A11[], A12[], A22[]; // conformation tensor
scalar T11[], T12[], T22[]; // stress tensor
#if AXI
scalar Aqq[], T_ThTh[];
scalar AThTh[], T_ThTh[];
#endif

event defaults (i = 0) {
Expand Down

0 comments on commit 31930f5

Please sign in to comment.