Working
(→Solvers) |
|||
Line 1: | Line 1: | ||
== <span style="color:#FF0000"> Computational Fluid Dynamics module </span> == | == <span style="color:#FF0000"> Computational Fluid Dynamics module </span> == | ||
− | === Introduction === | + | === <span style="color:#0000FF"> Introduction </span>=== |
Line 8: | Line 8: | ||
In this application the Navier Stokes equations are solved bla bla.. | In this application the Navier Stokes equations are solved bla bla.. | ||
− | === Structure === | + | === <span style="color:#0000FF"> Structure </span> === |
==== Fluid types ==== | ==== Fluid types ==== | ||
Line 31: | Line 31: | ||
* '''Fractional step''' | * '''Fractional step''' | ||
* '''Monolithic''' | * '''Monolithic''' | ||
− | + | Different solvers are availables (LINK TO SOLVER SECTION!!!!) | |
Line 70: | Line 70: | ||
==== Others relevand aspects ==== | ==== Others relevand aspects ==== | ||
− | === Benchmarking === | + | === <span style="color:#0000FF"> Benchmarking </span>=== |
− | === Tutorials === | + | === <span style="color:#0000FF"> Tutorials </span>=== |
− | === Contact people === | + | === <span style="color:#0000FF"> Contact people </span>=== |
− | === Akcnowledgements === | + | === <span style="color:#0000FF"> Akcnowledgements </span>=== |
− | == <span style="color:#FF0000"> Computational Structural Mechanics module < | + | == <span style="color:#FF0000"> Computational Structural Mechanics module </span> == |
− | === Introduction === | + | === <span style="color:#0000FF"> Introduction </span> === |
Description of the underlying theory and schematic list of the problems this application can solve. | Description of the underlying theory and schematic list of the problems this application can solve. | ||
Line 86: | Line 86: | ||
The Computational Structural Mechanics module (CSM) is.... | The Computational Structural Mechanics module (CSM) is.... | ||
− | === Structure === | + | === <span style="color:#0000FF"> Structure </span>=== |
==== Analysis Type ==== | ==== Analysis Type ==== | ||
Line 100: | Line 100: | ||
* '''Arch lenght''' | * '''Arch lenght''' | ||
− | + | Different solvers are availables (LINK TO SOLVER SECTION!!!!) | |
==== HPC ==== | ==== HPC ==== | ||
Line 153: | Line 153: | ||
... | ... | ||
− | === Benchmarking === | + | === <span style="color:#0000FF"> Benchmarking </span>=== |
Here validation and verification examples should be inserted | Here validation and verification examples should be inserted | ||
− | === Tutorials === | + | === <span style="color:#0000FF"> Tutorials </span>=== |
− | === Contact people === | + | === <span style="color:#0000FF"> Contact people </span>=== |
− | === Akcnowledgements === | + | === <span style="color:#0000FF"> Akcnowledgements </span>=== |
== Convection Diffusion module == | == Convection Diffusion module == | ||
Line 168: | Line 168: | ||
Description of the underlying theory and schematic list of the problems this application can solve. | Description of the underlying theory and schematic list of the problems this application can solve. | ||
− | === Structure === | + | === <span style="color:#0000FF"> Structure </span>=== |
==== Analysis type ==== | ==== Analysis type ==== | ||
==== Kinematical approaches ==== | ==== Kinematical approaches ==== | ||
Line 179: | Line 179: | ||
==== Others relevand aspects ==== | ==== Others relevand aspects ==== | ||
− | === Benchmarking === | + | === <span style="color:#0000FF"> Benchmarking </span>=== |
− | === Tutorials === | + | === <span style="color:#0000FF"> Tutorials </span>=== |
− | === Contact people === | + | === <span style="color:#0000FF"> Contact people </span>=== |
− | === Akcnowledgements === | + | === <span style="color:#0000FF"> Akcnowledgements </span>=== |
Revision as of 09:33, 3 July 2013
Contents
|
Computational Fluid Dynamics module
Introduction
Description of the underlying theory and schematic list of the problems this application can solve.
In this application the Navier Stokes equations are solved bla bla..
Structure
Fluid types
- Incompressible fluid
- Compressible fluid
Constitutive laws
- Newtonian
- No-Newtonian
- Bingham plastics
- Variable yield model
Kinematical approaches
- Eulerian
- With free surface (level set)
- Without free surface
- Lagrangian PFEM (implicitly with free surface)
Solution strategy
- Fractional step
- Monolithic
Different solvers are availables (LINK TO SOLVER SECTION!!!!)
In both cases a Newton Raphson residual based strategy is used for linearizing the problem.
Elements
Linear triangular elements in 2D and linear tetrahedra elements in 3D.
Stabilization techniques availables:
- ASGS
- OSS
Boundary conditions
- Velocity boundary condition: Inlet of water
- Pressure boundary condition: Pressure can be imposed strongly or weakly...
- Wall boundary condition:
- Slip/no slip boundary condition
- Wall law
- Flag variable?????
Initial conditions
Initial condition both in velocity and pressure can be set.
Turbulence models
The user can chose wether to use or not a turbulence model. Those available in kratos are:
- Smagorinsky-Lily
- Spalart-Allmaras
HPC
The code can be run in shared or distributed memory:
- OpenMP:
- MPI:
Problem parameters
Others relevand aspects
Benchmarking
Tutorials
Contact people
Akcnowledgements
Computational Structural Mechanics module
Introduction
Description of the underlying theory and schematic list of the problems this application can solve.
The Computational Structural Mechanics module (CSM) is....
Structure
Analysis Type
The available solutions strategies are:
- Static
- Dynamic
- Relaxed dynamic
With this module you can solve both linear and non linear problems. In case of non linear problems several methods are available:
- Newton-Raphson
- Newton Raphson with line search
- Arch lenght
Different solvers are availables (LINK TO SOLVER SECTION!!!!)
HPC
The code can be run in shared or distributed memory:
- OpenMP:
- MPI:
Elements
- Frame Elements:
- Euler-Bernoulli beam short explanation
- Crisfield truss short explanation
- 2D elements
- Linear triangular element:
- Shell elements:
- Isotropic shell: (change the name with the usual one!!!!)
- Ansotropic shell: (change the name with the usual one!!!!)
- EBST shell: (change the name with the usual one!!!!)
- Membrane element:
- Solid elements:
- Linear tetrahedral element:
Boundary Conditions
Boundary conditions can be set fixing displacements and rotations degrees of freedom.
Loads
- Self weight
- Punctual force
- Moment
- Face pressure (sign convenction!!!!)
- Distributed load
Constitutive laws
The following constitutive laws are available:
- Linear elastic:
- ...
Problem parameters
...
Others relevand aspects
...
Benchmarking
Here validation and verification examples should be inserted
Tutorials
Contact people
Akcnowledgements
Convection Diffusion module
Introduction
Description of the underlying theory and schematic list of the problems this application can solve.