Local axes in Boundary Conditions
Posted: Fri Apr 29, 2016 3:48 pm
I am trying that a local axe in boundary condition was "Automatic Axes" between two possibilities, Global and Automatic axes. So I write in file.cnd this:
CONDITION: Stress-Load
CONDTYPE: over surfaces
CONDMESHTYPE: over face elements
TITLE: Stress-Load
QUESTION: Local-Axes:#LA#( -Global-, -Local-)
VALUE: -Local-
QUESTION: X-Stress (MPa)
VALUE: -50.0
HELP:Stress on the node along local X axis
QUESTION: Y-Stress (MPa)
VALUE: 0.0
HELP:Stress on the node along local Y axis
END CONDITION
However, it is writing in the file.dat:
2 " -Global-" -50.0 0.0 0.0
It is impossible to get that "-Local-" appears in file.dat
CONDITION: Stress-Load
CONDTYPE: over surfaces
CONDMESHTYPE: over face elements
TITLE: Stress-Load
QUESTION: Local-Axes:#LA#( -Global-, -Local-)
VALUE: -Local-
QUESTION: X-Stress (MPa)
VALUE: -50.0
HELP:Stress on the node along local X axis
QUESTION: Y-Stress (MPa)
VALUE: 0.0
HELP:Stress on the node along local Y axis
END CONDITION
However, it is writing in the file.dat:
2 " -Global-" -50.0 0.0 0.0
It is impossible to get that "-Local-" appears in file.dat