Skip to content

Commit

Permalink
check gifs in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ACea15 committed Sep 19, 2024
1 parent 1ec9dbc commit 214cf28
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 2 deletions.
50 changes: 48 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,53 @@ pytest tests

## Documentation
Available at https://acea15.github.io/FENIAX/
## Examples
## Simulation Examples

The folder examples contains various instances with models, input files and postprocessing of the results. See each README.org for for more info.
The most relevant examples in the code base are shown here, these and more can be found in the folder `/examples`
They are also part of a large test suite that is integrated into the development using CI/CD.

!!! tip
Navigate to the code of the various examples, including the simulation input settings and postprocessing of the simulation --exactly as it was used for the articles backing the software.


### Nonlinear structural static results
!!! success
Validated with MSC Nastran nonlinear solution (sol 400)

[Notebook](./docs/documentation/examples/SailPlane/sailplane_nb.md)

### Wing free dynamics
!!! success
Validated with MSC Nastran nonlinear solution (sol 400)

[Notebook](./docs/documentation/examples/wingSP/wingSP_nb.md)


![Wing free dynamics](./docs/media/wingSP_optimized.gif)


### Free flying structure

[Bio](https://mechanics.stanford.edu/simo)

[Notebook](./docs/documentation/examples/wingSP/wingSP_nb.md)

#### 2D dynamics
![Free flying structure 2D](./docs/media/SimoFFB2D_optimized.gif)
#### 3D dynamics
![Free flying structure 3D](./docs/media/SimoFFB3D_optimized.gif)

### Industrial Aircraft model
!!! success
Linear response validated with MSC Nastran linear aeroelastic solution (sol 146)

#### Gust clamped model

[Notebook](./docs/documentation/examples/XRF1/xrf1_nb.md)


![XRF1-gustclamped](./docs/media/xrf1_gust_optimized.gif)


#### Gust trimmed flight
![XRF1-Trim+gust](./docs/media/xrf1_trimgust_optimized.gif)
Binary file added docs/media/SimoFFB2D_optimized.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/media/SimoFFB3D_optimized.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/media/wingSP_optimized.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/media/xrf1_gust.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/media/xrf1_gust_optimized.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/media/xrf1_trimgust.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/media/xrf1_trimgust_optimized.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 214cf28

Please sign in to comment.