Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update develop #122

Merged
merged 38 commits into from
Feb 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
0488e98
composition-dependent tutorial
Cristopher-Morales Dec 21, 2022
362ddfb
fixings
Cristopher-Morales Dec 21, 2022
1718340
Merge branch 'master' into feature_FLUID_MIXTURE
Cristopher-Morales Dec 21, 2022
a0bfe43
spelling fix
Cristopher-Morales Jan 5, 2023
3111095
Merge branch 'master' into feature_FLUID_MIXTURE
Cristopher-Morales Jan 5, 2023
b046ad8
addding pictures and additional information
Cristopher-Morales Jan 6, 2023
cc9ecac
Merge branch 'master' into feature_FLUID_MIXTURE
Cristopher-Morales Jan 6, 2023
bf8d8aa
adding FLUID_MIXTURE and MARKER_INLET_TURBULENT descriptions
Cristopher-Morales Jan 6, 2023
42fe545
additions
Cristopher-Morales Jan 6, 2023
a46b3ae
adding figure of mesh and geometry
Cristopher-Morales Jan 7, 2023
91f36f3
small fix
Cristopher-Morales Jan 7, 2023
8ffdfa1
correct fluid model information, move from solver setup
jtneedels Jan 9, 2023
7f6d00d
initial commit
bigfooted Jan 10, 2023
2713610
small layout and link updates
bigfooted Jan 10, 2023
4ab4809
remove duplicate figure
bigfooted Jan 10, 2023
3c55510
Merge pull request #110 from su2code/feature_FM_cleanup
jtneedels Jan 10, 2023
3333700
cleaning
Cristopher-Morales Jan 11, 2023
6ded70a
Merge branch 'master' into feature_FLUID_MIXTURE
Cristopher-Morales Jan 11, 2023
5b42b3a
small additions
Cristopher-Morales Jan 11, 2023
717a432
fix grammar errors
Cristopher-Morales Jan 12, 2023
4dd847e
fix
Cristopher-Morales Jan 12, 2023
0123720
additional fix
Cristopher-Morales Jan 12, 2023
175a3bd
Merge pull request #113 from su2code/feature_FLUID_MIXTURE
Cristopher-Morales Jan 12, 2023
b5c25ea
Update Inc_Species_Transport_Composition_Dependent_Model.md
bigfooted Jan 12, 2023
b6ac311
Merge pull request #114 from su2code/bigfooted-patch-1
Cristopher-Morales Jan 12, 2023
8fb9da1
Update Inc_Species_Transport_Composition_Dependent_Model.md
bigfooted Jan 13, 2023
4195749
Merge pull request #115 from su2code/bigfooted-patch-1
Cristopher-Morales Jan 13, 2023
dab0ceb
merge with master
bigfooted Jan 22, 2023
abb117f
Merge pull request #111 from su2code/feature_inc_turbulent_bend
bigfooted Jan 22, 2023
7daf3b7
Update Inc_Turbulent_Bend.md
bigfooted Jan 22, 2023
90f90f3
add additional links
bigfooted Jan 22, 2023
94a1bc1
Merge pull request #117 from su2code/bigfooted-patch-2
bigfooted Jan 22, 2023
d29768c
Update Inc_Turbulent_Bend.md
bigfooted Jan 23, 2023
fd5bc7e
Update Inc_Turbulent_Bend.md
bigfooted Jan 23, 2023
8fbc12f
Merge pull request #118 from su2code/bigfooted-patch-3
bigfooted Jan 23, 2023
7ed27cf
Merge branch 'master' into bigfooted-patch-4
bigfooted Jan 23, 2023
60a4e98
Merge pull request #119 from su2code/bigfooted-patch-4
bigfooted Jan 23, 2023
ae10945
Merge pull request #121 from su2code/develop
pcarruscag Feb 6, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _data/tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
- Inc_Laminar_Cavity
- Inc_Streamwise_Periodic
- Inc_Species_Transport
- Inc_Species_Transport_Composition_Dependent_Model
- Inc_Turbulent_Bend

- title: Structural Mechanics
tutorials:
Expand Down
11 changes: 8 additions & 3 deletions _docs_v7/Markers-and-BC.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,19 @@ MARKER_FAR= (farfield)
| --- | --- |
| `RANS`, `INC_RANS`, | 7.3.0 |

The turbulence boundary conditions do not have a `MARKER_` keyword but can instead be set for inlet and freestream boundaries using the keywords:
The turbulence boundary conditions do not have a `MARKER_` keyword for the SA Turbulence model but can instead be set for inlet and freestream boundaries using the keyword:

For the SA turbulence model:
```
FREESTREAM_NU_FACTOR= 3
```

For the SST turbulence model:
Conversely, for the SST turbulence model, it is possible to provide a 'MARKER_INLET' where turbulence intensity and turbulent-to-laminar ratio can be provided at each inlet as follows:

```
MARKER_INLET_TURBULENT= (inlet_1, TURBULENCEINTENSITY_1, TURB2LAMVISCRATIO_1 , inlet_2, TURBULENCEINTENSITY_1, TURB2LAMVISCRATIO_1 ,..)
```
If 'MARKER_INLET_TURBULENT' are not provided in the .cfg file, SU2 will filled up the markers with the freestream options:

```
FREESTREAM_TURBULENCEINTENSITY= 0.05
FREESTREAM_TURB2LAMVISCRATIO= 10
Expand Down
24 changes: 24 additions & 0 deletions _docs_v7/Physical-Definition.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ SU2 offers different ways of setting and computing this definition. This documen

---

- [Fluid Model](#fluid-model)
- [Reference Values](#reference-values)
- [Free-Stream Definition (Compressible)](#free-stream-definition-compressible)
- [Thermodynamic State](#thermodynamic-state)
Expand All @@ -28,6 +29,29 @@ SU2 offers different ways of setting and computing this definition. This documen

---

## Fluid Model ##

| Solver | Version |
| --- | --- |
| `EULER`, `NAVIER_STOKES`, `RANS`, `NEMO_EULER`, `NEMO_NAVIER_STOKES`, `INC_EULER`, `INC_NAVIER_STOKES`, `INC_RANS`, `FEM_EULER`, `FEM_NAVIER_STOKES` | 7.0.0 |

For fluid simulations, a model defining the equation of state and thermodynamic properties of the fluid or mixture is required. This is selected using the `FLUID_MODEL` option in the config. Available fluid models in SU2 include:

| Option Value | Description |
|---|---|
|`STANDARD_AIR` | **Air model with ideal gas EOS** |
|`IDEAL_GAS` | **Arbitrary fluid with ideal gas EOS** |
|`VW_GAS` | **Arbitrary fluid with Vander-Waals EOS** |
|`PR_GAS` | **Arbitrary fluid with Peng-Robinson EOS** |
|`CONSTANT_DENSITY` | **Constant density** |
|`INC_IDEAL_GAS` | **Incompressible fluid constant specific heat** |
|`INC_IDEAL_GAS_POLY` | **Incompressible fluid polynomial specific heat** |
|`FLUID_MIXTURE` | **Incompressible ideal gas mixing laws for multicomponent flow** |
|`SU2_NONEQ` | **SU2 nonequilibrium thermochemical library** |
|`MUTATIONPP` | **Mutation++ nonequilibrium thermochemical library** |

Some fluid models require the specification of additional parameters, with the full set of required options available in the configuration file template.

## Reference Values ##

| Solver | Version |
Expand Down
19 changes: 0 additions & 19 deletions _docs_v7/Solver-Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ This is a basic introduction on how to set up a simulation using SU2. We disting
---

- [Defining the Problem](#defining-the-problem)
- [Specifying a Fluid Model](#specifying-a-fluid-model)
- [Restarting the simulation](#restarting-the-simulation)
- [Controlling the simulation](#controlling-the-simulation)
- [Time-dependent Simulation](#time-dependent-simulation)
Expand Down Expand Up @@ -45,24 +44,6 @@ SU2 is capable of dealing with different kinds of physical problems. The kind of

Every solver has its specific options and we refer to the tutorial cases for more information. However, the basic controls detailed in the remainder of this page are the same for all problems.

## Specifying a Fluid Model ##

For fluid simulations, a model defining the equation of state and thermodynamic properties of the fluid or mixture is required. This is selected using the `FLUID_MODEL` option in the config. Available fluid models in SU2 include:

| Option Value | Description |
|---|---|
|`STANDARD_AIR` | **Air model with ideal gas EOS** |
|`IDEAL_GAS` | **Arbitrary fluid with ideal gas EOS** |
|`VW_GAS` | **Arbitrary fluid with Vander-Waals EOS** |
|`PR_GAS` | **Arbitrary fluid with Peng-Robinson EOS** |
|`CONSTANT_DENSITY` | **Constant density** |
|`INC_IDEAL_GAS` | **Incompressible ideal gas** |
|`INC_IDEAL_GAS_POLY` | **Incompressible ideal gas** |
|`SU2_NONEQ` | **SU2 nonequilibrium thermochemical library** |
|`MUTATIONPP` | **Mutation++ nonequilibrium thermochemical library** |

Some fluid models require the specification of additional parameters, with the full set of required options available in the configuration file template.

## Restarting the simulation ##

| Solver | Version |
Expand Down
Loading