|
|
Line 83: |
Line 83: |
| <!-- Edit the part above to update info on other papers --> | | <!-- Edit the part above to update info on other papers --> |
|
| |
|
| == Gvg3Dp == | | ==Introduction== |
| __TOC__
| |
|
| |
|
| ===Introduction=== | | == History == |
|
| |
|
| === History === | | == Papers == |
|
| |
|
| === Papers === | | == Issues == |
|
| |
|
| === Gvg3Dp Questionnaire === | | == Help == |
|
| |
|
| ==== Contact Information ==== | | == Input Files == |
|
| |
|
| {| class="wikitable"
| | == Output Files == |
| | class="model_col1"| Model:
| |
| | class="model_col2"| Gvg3Dp
| |
| |-
| |
| | class="model_col1"| Contact person:
| |
| | class="model_col2"| Mohamad Mehdi Nasr Azadani (Model developer)
| |
| |-
| |
| | class="model_col1"| Institute:
| |
| | class="model_col2"| University of California, Santa Barbara
| |
| |-
| |
| | class="model_col1"| City:
| |
| | class="model_col2"| Santa Barbara, CA
| |
| |-
| |
| | class="model_col1"| Country:
| |
| | class="model_col2"| USA
| |
| |-
| |
| | class="model_col1"| Email:
| |
| | class="model_col2"| mmnasr@engr.ucsb.edu
| |
| |-
| |
| | class="model_col1"| 2nd person involved:
| |
| | class="model_col2"| --
| |
| |-
| |
| | class="model_col1"| 3rd person involved:
| |
| | class="model_col2"| --
| |
| |}
| |
|
| |
|
| ==== Model description ==== | | == Download == |
|
| |
|
| {| class="wikitable"
| | == Source == |
| | class="model_col1"| Model type:
| |
| | class="model_col2"| Single model
| |
| |-
| |
| | class="model_col1"| Description:
| |
| | class="model_col2"| Three dimensional simulations of the Turbidity currents using DNS of incompressible Navier-Stokes and transport equations.
| |
| |}
| |
| | |
| ==== Technical information ====
| |
| | |
| {| class="wikitable"
| |
| | class="model_col1"| Supported platforms:
| |
| | class="model_col2"| UNIX, Linux
| |
| |-
| |
| | class="model_col1"| Programming language:
| |
| | class="model_col2"| C
| |
| |-
| |
| | class="model_col1"| Model was developed started from:
| |
| | class="model_col2"| 2006 and development still takes place
| |
| |-
| |
| | class="model_col1"| To what degree will the model become available:
| |
| | class="model_col2"| As code
| |
| |-
| |
| | class="model_col1"| Current license type:
| |
| | class="model_col2"| GPLv2
| |
| |-
| |
| | class="model_col1"| Memory requirements:
| |
| | class="model_col2"| Typical ratio: 250,000 nodes requires 1 Gbyte
| |
| |-
| |
| | class="model_col1"| Typical run time:
| |
| | class="model_col2"| --
| |
| |}
| |
| | |
| ==== Input / Output description ====
| |
| | |
| {| class="wikitable"
| |
| | class="model_col1"| Input parameters:
| |
| | class="model_col2"|
| |
| *Geometrical parameters: Nx, Ny, Nz.
| |
| *Grid: Uniform or nonuniform.
| |
| *Flow Parameters: Reynolds, Peclet
| |
| *Particle Parameters: Settling velocities.
| |
| *Flags: Output writing flags. Inflow/Outflow to the domain flags.
| |
| | |
| | |
| | |
| |-
| |
| | class="model_col1"| Input format:
| |
| | class="model_col2"| ASCII
| |
| |-
| |
| | class="model_col1"| Output parameters:
| |
| | class="model_col2"| Depending on the flags indicated in the input file, typical flow quantities are stored to the file at the given time steps.<br>
| |
| Velocities, Pressure, Concentration (of the particles).<br>
| |
| Depending on the problems, some other quantities could be stored too.
| |
| |-
| |
| | class="model_col1"| Output format:
| |
| | class="model_col2"| ASCII, Binary
| |
| |-
| |
| | class="model_col1"| Post-processing software (if needed):
| |
| | class="model_col2"| Yes, a C code is developed for this gvg3Dp in order to convert the raw binary data into the xml-vtr format which can be read using paraview software.
| |
| |-
| |
| | class="model_col1"| Visualization software (if needed):
| |
| | class="model_col2"| Yes, Paraview
| |
| |}
| |
| | |
| ==== Process description ====
| |
| | |
| {| class="wikitable"
| |
| | class="model_col1"| Processes represented by model:
| |
| | class="model_col2"| Any type of turbidity (or gravity) currents could be modeled with this code. Is also handles the flows passing complex topographies, inflow/outflows too.
| |
| |-
| |
| | class="model_col1"| Key physical parameters & equations:
| |
| | class="model_col2"| Incompressible flow equations: Navier-Stokes with Boussinesq approximations. Transport equation to describe the motion of particles (or Salanity or Temperature).
| |
| |-
| |
| | class="model_col1"| Length scale & resolution constraints:
| |
| | class="model_col2"| With the current version of the code (DNS and no turbulence model) we are restricted to low Reynolds numbers. Up to maximum 10,000.
| |
| |-
| |
| | class="model_col1"| Time scale & resolution constraints:
| |
| | class="model_col2"| --
| |
| |-
| |
| | class="model_col1"| Numerical limitations and issues :
| |
| | class="model_col2"| --
| |
| |}
| |
| | |
| ==== Testing ====
| |
| | |
| {| class="wikitable"
| |
| | class="model_col1"| Available calibration data sets:
| |
| | class="model_col2"| --
| |
| |-
| |
| | class="model_col1"| Available test data sets:
| |
| | class="model_col2"| --
| |
| |-
| |
| | class="model_col1"| Ideal data for testing:
| |
| | class="model_col2"| --
| |
| |}
| |
| | |
| ==== User groups ====
| |
| | |
| {| class="wikitable"
| |
| | class="model_col1"| Currently or plans for collaborating with:
| |
| | class="model_col2"| --
| |
| |}
| |
| | |
| ==== Documentation ====
| |
| | |
| {| class="wikitable"
| |
| | class="model_col1"| Key papers of the model:
| |
| | class="model_col2"| High Resolution Simulations of Particle-Driven Gravity Currents, with V. Birman, F. Blanchette, M. Strauss, B. Kneller, M.E. Glinsky, F. Necker, C. Härtel and L. Kleiser. Direct and Large Eddy Simulation VI (Springer), Poitiers, France, September 2005
| |
| |-
| |
| | class="model_col1"| Is there a manual available:
| |
| | class="model_col2"| No
| |
| |-
| |
| | class="model_col1"| Model website if any:
| |
| | class="model_col2"| --
| |
| |}
| |
| | |
| ==== Additional comments ====
| |
| | |
| {| class="wikitable"
| |
| | class="model_col1"| Comments:
| |
| | class="model_col2"| --
| |
| |}
| |
| | |
| === Issues ===
| |
| | |
| === Help ===
| |
| | |
| === Input Files ===
| |
| | |
| === Output Files ===
| |
| | |
| === Download ===
| |
| | |
| === Source ===
| |
|
| |
|
| [[Category:Marine]] | | [[Category:Marine]] |