check_RangesFile.txt

(1 KB) Pobierz
# is a comment line
#
# Each line of this file must be of the following comma separated format
#
# C1,C2,C3,val1:val2
#
# C1 = column 1 is the ANSA NAME of entity to check. ANSA name is the name inside the
# brackets[] in each entity EDIT card (look on the title bar of the EDIT card.).
#
# C2 = column 2 is the DECK. (NASTRAN or LS-DYNA or PAM-CRASH or ABAQUS or
# ANSYS or RADIOSS)
#
# C3 = column 3 is the LABEL of the value to be checked as it shows up in EDIT Card.
#
# C4 in format val1:val2 is the range in which the value of the LABEL must lie inside.
# val1 must be less then val2 (val1<val2)
#
# if val1 is omitted, -INF is assumed (no lower limit)   [-oo, val2]
# if val2 is omitted, +INF is assumed (no upper limit)   [val1, +oo]
#
# A simple sample check to confirm that all "PSHELL" (the ANSA name) of "NASTRAN" (the deck)
# thicknesses "T" (the LABEL on the EDIT card) lie among 0.3 (lower limit) and above is
PSHELL,NASTRAN,T,0.3:
# Some other checks for materials values also follow
MAT1,NASTRAN,NU,0.0:0.5
MAT1,NASTRAN,E,1000.:210000.
MAT1,NASTRAN,RHO,0.0:7.85e-009
MAT2,NASTRAN,RHO,0.0:7.85e-009
MAT3,NASTRAN,EX,1000.:210000.
MAT3,NASTRAN,ETH,1000.:210000.
MAT3,NASTRAN,EZ,1000.:210000.
MAT3,NASTRAN,NUXTH,0.0:0.5
MAT3,NASTRAN,NUTHZ,0.0:0.5
MAT3,NASTRAN,NUZX,0.0:0.5
MAT4,NASTRAN,r,0.0:7.85e-009
MAT5,NASTRAN,RHO,0.0:7.85e-009
MAT1,LS-DYNA,E,1000.:210000.
Zgłoś jeśli naruszono regulamin