Skip to content

Commit 2af3b53

Browse files
authored
added interpolation to helpcenter (#26)
* added interpolation * added line about arrow in project tree * minimal wording fix
1 parent 758212a commit 2af3b53

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

docs/01.introduction/05.project-tree.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
| <img src="./Figures/volume_mesh.svg" width="32" height="32" alt="volume mesh"/> | Volume Mesh | Represents the 3D computational mesh used for simulation |
2222
| <img src="./Figures/case.svg" width="32" height="32" alt="case"/> | Case | Represents a simulation case with defined parameters |
2323
| <img src="./Figures/fork.svg" width="32" height="32" alt="fork"/> | Fork | Indicates a continuation / branched variant of an existing parent |
24+
| <img src="./Figures/interpolate.svg" width="32" height="32" alt="interpolate"/> | Interpolate | Highlights a case that has been interpolated onto a different mesh |
2425
| <img src="./Figures/draft.svg" width="32" height="32" alt="draft"/> | Draft | Represents a simulation setup that hasn't been run yet |
2526

2627
---
@@ -115,6 +116,13 @@ The project tree supports multiple branches at each level:
115116
- Simulation continues from the last state of the parent case
116117
- Multiple forks can branch from the same parent case
117118
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+
118126
### **Component Actions**
119127
120128
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
127135
|------------|-----------------|
128136
| Open in workbench | Opens the component workbench |
129137
| 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 |
131139
| Rename | Changes the display name of the component |
132140
| Details | Shows components details such as ID, name, cost, parent asset ID, etc. |
133141
| Expand all sub-items | Shows all sub-components derived from this component |
Lines changed: 3 additions & 0 deletions
Loading
110 KB
Loading

0 commit comments

Comments
 (0)