hi,
i want all the variables to be displayed in the input deck generated by hypermesh for a Radioss solver, is there a way to do that with the control cards?
by variables i mean the name of the variable, so instead of gatting this in the input deck:
##--------------------------------------------------------------------------------------------------
## Analysis Flags
##--------------------------------------------------------------------------------------------------
/ANALY
1
##--------------------------------------------------------------------------------------------------
i want to get this:
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
/ANALY
# N2D3D IPARITH ISUB
1 0 0
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
how can i do that, and thank you for your help.