Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • V venturi2d
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Analytics
    • Analytics
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • alyaalya
  • benchmarksbenchmarks
  • venturi2d
  • Wiki
  • Home

Home · Changes

Page history
Update home authored Apr 23, 2020 by Guillaume Houzeaux's avatar Guillaume Houzeaux
Hide whitespace changes
Inline Side-by-side
home.md
View page @ b2cbbce8
...@@ -9,12 +9,12 @@ This tutorial analyses the Venturi effect on a 2D quadrilateral structured mesh. ...@@ -9,12 +9,12 @@ This tutorial analyses the Venturi effect on a 2D quadrilateral structured mesh.
* [Input files ](case_venturi.html#Input_files) : detailed description of case input files * [Input files ](case_venturi.html#Input_files) : detailed description of case input files
* [venturi.dat (case global parameters)](#venturidat) * [venturi.dat (case global parameters)](#venturidat)
* [venturi.dom.dat (domain input data)](#venturidomdat) * [venturi.dom.dat (domain input data)](#venturidomdat)
* [venturi.geo.dat (mesh data)](case_venturi.html#venturi_geo_dat) * [venturi.geo.dat (mesh data)](#venturigeodat)
* [venturi.set.dat (set data: groups for post-processing, optional)](case_venturi.html#venturi_set_dat) * [venturi.set.dat (set data: groups for post-processing, optional)](#venturisetdat)
* [venturi.fix.dat (boundary conditions data)](case_venturi.html#venturi_fix_dat) * [venturi.fix.dat (boundary conditions data)](#venturifixdat)
* [venturi.ker.dat (kernel input data)](case_venturi.html#venturi_ker_dat) * [venturi.ker.dat (kernel input data)](#venturikerdat)
* [venturi.nsi.dat (incompressible Navier-Stokes solver parameters)](case_venturi.html#venturi_nsi_dat) * [venturi.nsi.dat (incompressible Navier-Stokes solver parameters)](#venturinsidat)
* [venturi.post.alya.dat (alya2pos parameters)](case_venturi.html#venturi_post_alya_dat) * [venturi.post.alya.dat (alya2pos parameters)](#venturipostalyadat)
* * * * * *
...@@ -228,7 +228,7 @@ $----------------------------------------------------------— ...@@ -228,7 +228,7 @@ $----------------------------------------------------------—
``` ```
* * * * * *
## <a class="anchor" id="venturi_set_dat"></a>venturi.set.dat (set data: groups for post-processing, optional) ## <a class="anchor" id="venturi_set_dat"></a>venturi.set.dat
``` ```
$----------------------------------------------------------— $----------------------------------------------------------—
...@@ -289,7 +289,7 @@ $----------------------------------------------------------— ...@@ -289,7 +289,7 @@ $----------------------------------------------------------—
``` ```
* * * * * *
## <a class="anchor" id="venturi_fix_dat"></a>venturi.fix.dat (boundary conditions data) ## <a class="anchor" id="venturi_fix_dat"></a>venturi.fix.dat
``` ```
$----------------------------------------------------------— $----------------------------------------------------------—
...@@ -311,7 +311,7 @@ $----------------------------------------------------------— ...@@ -311,7 +311,7 @@ $----------------------------------------------------------—
``` ```
* * * * * *
## <a class="anchor" id="venturi_ker_dat"></a>venturi.ker.dat (kernel input data) ## <a class="anchor" id="venturi_ker_dat"></a>venturi.ker.dat
``` ```
$---------------------------------------------------------— $---------------------------------------------------------—
...@@ -360,7 +360,7 @@ $---------------------------------------------------------— ...@@ -360,7 +360,7 @@ $---------------------------------------------------------—
``` ```
* * * * * *
``` ```
## <a class="anchor" id="venturi_nsi_dat"></a>venturi.nsi.dat (incompressible Navier-Stokes solver parameters) ## <a class="anchor" id="venturi_nsi_dat"></a>venturi.nsi.dat
$---------------------------------------------------------— $---------------------------------------------------------—
...@@ -455,7 +455,7 @@ $---------------------------------------------------------— ...@@ -455,7 +455,7 @@ $---------------------------------------------------------—
``` ```
* * * * * *
## <a class="anchor" id="venturi_post_alya_dat"></a>venturi.post.alya.dat (alya2pos parameters) ## <a class="anchor" id="venturi_post_alya_dat"></a>venturi.post.alya.dat
``` ```
$----------------------------------------------------------------— $----------------------------------------------------------------—
......
Clone repository
  • Home