You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/01.introduction/05.project-tree.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@
21
21
| <imgsrc="./Figures/volume_mesh.svg"width="32"height="32"alt="volume mesh"/> | Volume Mesh | Represents the 3D computational mesh used for simulation |
22
22
| <imgsrc="./Figures/case.svg"width="32"height="32"alt="case"/> | Case | Represents a simulation case with defined parameters |
23
23
| <imgsrc="./Figures/fork.svg"width="32"height="32"alt="fork"/> | Fork | Indicates a continuation / branched variant of an existing parent |
24
+
| <imgsrc="./Figures/interpolate.svg"width="32"height="32"alt="interpolate"/> | Interpolate | Highlights a case that has been interpolated onto a different mesh |
24
25
| <imgsrc="./Figures/draft.svg"width="32"height="32"alt="draft"/> | Draft | Represents a simulation setup that hasn't been run yet |
25
26
26
27
---
@@ -115,6 +116,13 @@ The project tree supports multiple branches at each level:
115
116
- Simulation continues from the last state of the parent case
116
117
- Multiple forks can branch from the same parent case
117
118
119
+
### **Interpolation**
120
+
121
+
- Interpolation transfers solution from a case onto a new mesh
122
+
- New mesh can exist either within the same project, or in a different one
123
+
- Useful when running a refined mesh or slightly altered geometry
124
+
- Arrow on the volume mesh asset icon in project tree indicates that the volume mesh exists in a different project
125
+
118
126
### **Component Actions**
119
127
120
128
When clicking on a component in the project tree, a menu of available actions appears. Below are the available actions:
@@ -127,7 +135,7 @@ When clicking on a component in the project tree, a menu of available actions ap
127
135
|------------|-----------------|
128
136
| Open in workbench | Opens the component workbench |
129
137
| New run | Creates a new simulation run draft using settings from this component |
130
-
| Interpolation | Transfers solution data between different mesh resolutions |
138
+
| Interpolation | Transfers solution data between different meshes |
131
139
| Rename | Changes the display name of the component |
132
140
| Details | Shows components details such as ID, name, cost, parent asset ID, etc. |
133
141
| Expand all sub-items | Shows all sub-components derived from this component |
0 commit comments