Viewing and Extracting Results
How do I plot results along a line (Path Plot)?
A path is a sequence of nodes connected along a line in your model. You can use it to plot displacement, stress, or other quantities as a function of position — for example, tip deflection along the wing span.
Steps:
- Identify the node numbers along your line of interest: go to Tools > Query, select Node, and click each node to read its number from the command line
- In the Visualization Module, go to Tools > Path > Create
- Name your path and enter your node labels using one of these formats:
- Single node:
5 - Range:
5:10 - Range with interval:
5:10:2 - Select the correct part instance from the dropdown, then click OK — your path will appear in the viewport
- Click Create XY Data, select Path, then click Continue
- Select your path and choose the output variable and options, then click Plot
How do I get section forces (Nx, Ny, Nxy)?
Section forces are obtained by integrating stress through the thickness of a shell element.
Steps:
- In the Step Module, open the Field Output Manager
- Select your load step and click Edit
- Expand Forces/Reactions and tick SF — Section forces and moments, then click OK
- Run the job and open results in the Visualization Module
- Select SF from the field output list and choose the specific component (SF1, SF2, etc.)
How do I find the maximum and minimum locations in my model?
- In the Visualization Module, click Contour Options
- Go to the Limits tab
- Tick Show location, then click OK
The max and min values will now be labeled with their locations in the viewport.
How do I display results ply by ply for a composite layup?
- In the Visualization Module, click Results > Section Points
- Set the selection method to Plies
- Select the ply you want to view and the position (top, middle, or bottom of ply)
- Click OK
!!! note You need at least 3 integration points (Simpson's rule) assigned to your shell section for ply-by-ply results to be available.
How do I use a view cut to see inside my model?
- In the Visualization Module, click View Cut Manager
- Select the plane for the cut (X, Y, or Z)
- Slide the bar to move the cutting plane to the position you want
This is useful for seeing stress distributions inside solid parts or within enclosed shell structures.
How do I get the total reaction force at a support?
- While creating your boundary condition, create a node set for the supported nodes (check the "Create set" box in the BC dialog and name the set)
- In the Step Module, create a History Output: name it, select the load step, and set the Domain to your node set
- Under Forces/Reactions, select RF, then click OK
- After running the job, go to Visualization > Create XY Data > ODB History Output
- Select all RF1 (or RF2/RF3) entries for your set and click Plot — you will see one curve per node
- To get the total: click Create XY Data > Operate on XY Data, type
sum(, select all the individual curves, click Add to Expression, close the parenthesis), then click Plot Expression - To read the final value: Tools > Query > Probe Values, hover over the end of the curve and click
How do I adjust the color scale of the contour plot?
- In the Visualization Module, click Options > Contour
- Under Color & Style > Spectrum, you can set custom colors for values above/below your limits
- Under the Limits tab, click Specify and enter the range you want displayed (e.g., set the upper limit to your allowable stress)