-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update pipestokesmass #153 * add report from heatfluid toolbox #136 * add imagesprefix support for #153 as described in #144
- Loading branch information
Showing
4 changed files
with
1,320 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,8 @@ JARAIB Raoua [email protected] | |
|
||
:uri-data: https://github.com/raouajaraib/toolbox/blob/master/examples/modules/heatfluid/examples | ||
:uri-data-edit: https://github.com/raouajaraib/toolbox/edit/master/examples/modules/heatfluid/examples | ||
:imagesprefix: | ||
ifdef::env-github,env-browser,env-vscode[:imagesprefix: ../../assets/images/] | ||
|
||
== Running the model | ||
|
||
|
@@ -25,6 +27,8 @@ Copy case option to clipboard | |
</button> | ||
++++ | ||
|
||
|
||
NOTE: The report of the execution of the command above is available xref:pipestockesmass/heatfluid-informations.adoc[here]. | ||
== Data files | ||
=== Json file | ||
|
||
|
@@ -40,7 +44,7 @@ Copy case option to clipboard | |
We consider a 2D model representative of a laminar incompressible flow around an obstacle. The flow domain, named stem:[\Omega_f], is contained into | ||
the rectangle stem:[ \lbrack 0,Long \rbrack \times \lbrack 0,Haut \rbrack ]. It is characterised, in particular, by its dynamic viscosity stem:[\mu_f] and by its density stem:[\rho_f]. | ||
|
||
image::pipestokes_mass/newfigure.png[alt="Pipestokes Geometry",align="center"] | ||
image:{imagesprefix}pipestokes_mass/newfigure.png[alt="Pipestokes Geometry",align="center"] | ||
|
||
The goal of this benchmark is to couple the Stockes equations and the Concentration equations. + | ||
we remind that the Stokes equation are | ||
|
Oops, something went wrong.