Skip to content

Commit 8962d38

Browse files
JacobAdamsenJacob Hilmar Adamsenmelund
authored
Parameter studies updates (#25)
* Tutorial snippet updates * Tutorial images and text changes * Tutorial snippets in Getting started * Tutorial snippets in Modeling the human body * Created whole folders for snippet files * Update tests * Used cmd.exe to create lib in ci test * Merge commit '118df158da292f4b7f185ff8d0172692779da1e9' * Updates to tutorial Modeling the Human Body. New folder structure * Final updates to the first 4 tutorials. * Update file paths in lesson1.md * rename1 * rename2 * Tutorial updates - file structure, images and more * Update file path in lesson2.md * Different updates to the first few tutorials * Text and general structure updates to the first few tutorials * Updates of code snippets, images and other stuff in A Study of Studies * Mainly changes to Parameter Studies and Optimization Tutorial. Many files created due to Code Snippets. * Update python dependencies * A few language corrections * Fixed backslashes * Fixed more backslashes * Fixed more isues with win/linux compat --------- Co-authored-by: Jacob Hilmar Adamsen <jha@anybodytech.com> Co-authored-by: Morten Enemark Lund <mel@anybodytech.com>
1 parent 4a46d5d commit 8962d38

249 files changed

Lines changed: 234632 additions & 13954 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
6.29 KB
Loading

A_Getting_started/lesson2.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33

44
# Lesson 2: Controlling the Posture
55

6-
The Standing Model's posture is defined by the angles at the anatomical joints.
6+
The script editor currently shows the main file of the model, which includes the
7+
line of code `Main = {}`. Any basic AnyScript contains a main file that defines
8+
the model's structure and the operations to be performed on the model.
79

8-
These specifications have been collected in one of the model files, "Mannequin.any". Scroll
9-
down to the line which says `#include "Model\Mannequin.any"`.
10+
The `Mannequin.any` file, included in the main file, determines the posture of
11+
the Standing Model by specifying the angles at the anatomical joints.
12+
13+
Scroll down to the line that says `#include "Model\Mannequin.any"`.
1014

1115
## Mannequin file structure
1216

@@ -16,7 +20,7 @@ down to the line which says `#include "Model\Mannequin.any"`.
1620
:end-before: //# END SNIPPET 1
1721
```
1822

19-
**This line means that your model will include the "Mannequin.any" file located in the Model folder,
23+
**This line means that your model will include the content of the "Mannequin.any" file located in the Model folder,
2024
within the main file.**
2125

2226
Double-clicking the file name in the editor window after loading
@@ -76,7 +80,11 @@ Simulation based analyses in AnyBody are termed "Studies".
7680

7781
- **Kinematics**: Runs Kinematic analysis
7882
- **InverseDynamics**: Runs Inverse dynamic analysis
79-
- **InitialConditions**: Runs only the first time step of Kinematics. Useful for testing and debugging.
83+
84+
To view all available operations in the model, click the "Open Operation Tree"
85+
button and navigate to "Main" > "Study". For example, the "InitialConditions"
86+
operation runs only the first time step of the kinematic analysis, which is
87+
useful for testing and debugging.
8088

8189
```{image} _static/lesson2/image2.png
8290
:alt: Operations drop down menu

A_Getting_started/lesson3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ values. You will find the folder in the tree here:
5656
:align: center
5757
```
5858

59-
**Navigate to the "Right.Leg.JointReactionForce" folder
60-
by expanding the tree view like this**:
59+
**👉 Now** navigate to the "Right.Leg.JointReactionForce" folder
60+
by expanding the tree view like this:
6161

6262
```{image} _static/lesson3/image6.png
6363
:alt: Model tree forces
97.2 KB
Binary file not shown.
-17.5 KB
Loading
-12.4 KB
Loading
-13.3 KB
Loading
-14.9 KB
Loading
-15.5 KB
Loading
-15 KB
Loading

0 commit comments

Comments
 (0)