ccx failing with *ERROR reading *CLOAD

About the development of the FEM module/workbench.

Moderator: bernd

Post Reply
User avatar
PrzemoF
Veteran
Posts: 3520
Joined: Fri Jul 25, 2014 4:52 pm
Contact:

ccx failing with *ERROR reading *CLOAD

Post by PrzemoF »

I have this in an .inp file

Code: Select all

*CLOAD
** force: 416.666666667 N,  direction: Vector (-2.341008147732332e-27, 7.947423687318936e-16, 1.0)
FemConstraintForce,1,-9.754200615551384e-25
FemConstraintForce,2,3.31142653638289e-13
FemConstraintForce,3,416.6666666
and ccx crashes with this error:

Code: Select all

*ERROR reading *CLOAD. Card image:
FEMCONSTRAINTFORCE,1,-9.754200615551384E-25
I want to implement a force threshold point in FEM preferences, let's say 1e-10 [N] and set to 0 [N] all forces below it. I don't know if that's a formatting problem or a value problem, so there might be a better solution. Any opinions?
Post Reply