Skip to content

Commit

Permalink
FEM: Update checksanalysis.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FEA-eng authored and maxwxyz committed Dec 23, 2024
1 parent 8e653ca commit 0d12851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mod/Fem/femtools/checksanalysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def check_member_for_solver_calculix(analysis, solver, mesh, member):
):
message += (
"FEM mesh has no volume elements, "
"either define a shell thicknesses or "
"either define shell thicknesses or "
"provide a FEM mesh with volume elements.\n"
)
if (
Expand Down Expand Up @@ -158,7 +158,7 @@ def check_member_for_solver_calculix(analysis, solver, mesh, member):
)
if femutils.is_of_type(mat_obj, "Fem::MaterialReinforced"):
# additional tests for reinforced materials,
# they are needed for result calculation not for ccx analysis
# they are needed for result calculation, not for ccx analysis
mat_map_m = mat_obj.Material
if "AngleOfFriction" in mat_map_m:
# print(Units.Quantity(mat_map_m["AngleOfFriction"]).Value)
Expand Down

0 comments on commit 0d12851

Please sign in to comment.