Users:FSI

From Carat++ Public Wiki
(Difference between revisions)
Jump to: navigation, search
Line 10: Line 10:
 
* the FE-code Carat++ for the solution of the structural subproblem,
 
* the FE-code Carat++ for the solution of the structural subproblem,
 
* the FV-code OpenFOAM for the solution of the fluid subproblem,
 
* the FV-code OpenFOAM for the solution of the fluid subproblem,
* the coupling code CoMA responsible for everything else: Simulation control, data transfer, communication, coupling algorithms, ...
+
* the coupling code CoMA, responsible for everything else: Simulation control, data transfer, communication, coupling algorithms, ...
  
 
A grafical representation fo this setup is given in the following figure:
 
A grafical representation fo this setup is given in the following figure:
Line 18: Line 18:
 
|}
 
|}
  
 +
To do a FSI-analysis all three programs have to be installed. Only a Linux-system can be used, because OpenFOAM is only available for Linux and cluster systems for HPC typically only run under Linux OS. The specific information on installation and problem setup of the three programs is given on the bottom of this page.  After setup of the problem, the coupled computation is started by running all three programms at the same time, using MPI (Message Passing Interface):
  
 +
<pre>
 +
mpiexec -n 1 pathToCarat/carat20.exe caratInputfile : -n 1 pathToCoMA CoMA.exe comaInputfiled : -n 2 OpenFOAM.exe -case pathToFoamCase -parallel
 +
</pre>
  
== Single Aspects in Detail ==
+
This command will start one carat process, one CoMA process and two OpenFOAM processes, so OpenFOAM runs in parallel.
  
The single components of an optimization problem are described here:
+
== Single Programs in Detail ==
* [[Users:FSI/Response Functions|Objectives and Constraints]]
+
  
 
+
The specific details on installation and problem setup of the three programs are described here:
coma: data transfer, communication, controlling: coupl algo, predictor, convergence
+
* [[Users:FSI/StructureSolver|Carat++]]
 +
* [[Users:FSI/FluidSolver|OpenFOAM]]
 +
* [[Users:FSI/CouplingCode|CoMA]]

Revision as of 09:49, 23 February 2011


Coupled Problems: Fluid-Structure Interaction

Carat++ can also be used within a coupled analysis of type fluid-structure interaction. What approach is used and how to setup a FSI-computation is explained here.

General Overview

A partitioned approach is used for simulating FSI problems. This means, that for each specific task of the coupled computation a specific program is used. The software envrionment in our case consists of three programms:

  • the FE-code Carat++ for the solution of the structural subproblem,
  • the FV-code OpenFOAM for the solution of the fluid subproblem,
  • the coupling code CoMA, responsible for everything else: Simulation control, data transfer, communication, coupling algorithms, ...

A grafical representation fo this setup is given in the following figure:

Computational Framework for FSI-simulations

To do a FSI-analysis all three programs have to be installed. Only a Linux-system can be used, because OpenFOAM is only available for Linux and cluster systems for HPC typically only run under Linux OS. The specific information on installation and problem setup of the three programs is given on the bottom of this page. After setup of the problem, the coupled computation is started by running all three programms at the same time, using MPI (Message Passing Interface):

mpiexec -n 1 pathToCarat/carat20.exe caratInputfile : -n 1 pathToCoMA CoMA.exe comaInputfiled : -n 2 OpenFOAM.exe -case pathToFoamCase -parallel

This command will start one carat process, one CoMA process and two OpenFOAM processes, so OpenFOAM runs in parallel.

Single Programs in Detail

The specific details on installation and problem setup of the three programs are described here:





Whos here now:   Members 0   Guests 0   Bots & Crawlers 1
 
Personal tools
Content for Developers