Skip to content

Commit

Permalink
Style update in sphericalCavityAnalyticalSolution
Browse files Browse the repository at this point in the history
  • Loading branch information
philipcardiff committed Dec 4, 2024
1 parent 93f0bd4 commit f974c5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Foam::symmTensor Foam::sphericalCavityStress
+ 15*(sqr(r)/sqr(R))*(5 - 7*(sqr(a)/sqr(R)))
);

// Rotate the cylindrical stress to Cartesian coordinates
// Rotate the cylindrical stress to Cartesian coordinates
const coordinateSystem cs("cylindrical", x, vector(0, 0, 1), x/mag(x));
const symmTensor sigmaCartesian = transform(cs.R(), sigmaCylindrical);

Expand Down

0 comments on commit f974c5c

Please sign in to comment.