From 31930f596a9607b5aebccb07cb30096f2be8487a Mon Sep 17 00:00:00 2001 From: Vatsal Sanjay Date: Sun, 3 Nov 2024 16:18:47 +0100 Subject: [PATCH] :wrench: feat(viscoelastic): Update conformation tensor fields 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. --- src-local/log-conform-viscoelastic-scalar-2D.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-local/log-conform-viscoelastic-scalar-2D.h b/src-local/log-conform-viscoelastic-scalar-2D.h index a6a0196..0df89fe 100644 --- a/src-local/log-conform-viscoelastic-scalar-2D.h +++ b/src-local/log-conform-viscoelastic-scalar-2D.h @@ -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) {