Difference between revisions of "Extend-bazaar/Toolkits/Fluid-structure interaction"

From OpenFOAMWiki
(Created page with "Extend-bazaar/Toolkits")
 
Line 1: Line 1:
Extend-bazaar/Toolkits
+
This template is only a suggestion aimed at saving your time. Please feel free to use any other format on the subpage for your contribution!
 +
 
 +
'''Click "Edit" to access and copy the page code.'''
 +
 
 +
== Description ==
 +
This code implements...
 +
 
 +
== Installation ==
 +
Download from HERE, use either
 +
 
 +
* embedded .tgz archive directly on page (only for small files)
 +
* link to file-hoster
 +
* link to repository, e.g. on sorceforge.org or github.org
 +
 
 +
 
 +
Then compile by running:
 +
<bash>cd src/
 +
./Allwmake
 +
</bash>
 +
 
 +
== Usage examples ==
 +
To use this code, insert into controlDict:
 +
 
 +
<cpp>functions
 +
{
 +
....(insert the necessary options here)...
 +
}
 +
</cpp>
 +
 
 +
== Documentation ==
 +
This implementation is based on publication by [http://www.mathstat.uottawa.ca/~rsmith/Zombies.pdf Munz et al (2009)].
 +
 
 +
== History ==
 +
1 Jun 2010: First upload
 +
 
 +
1 Oct 2011: Bug fix for negative inlet velocities

Revision as of 10:55, 16 June 2014

This template is only a suggestion aimed at saving your time. Please feel free to use any other format on the subpage for your contribution!

Click "Edit" to access and copy the page code.

1 Description

This code implements...

2 Installation

Download from HERE, use either

  • embedded .tgz archive directly on page (only for small files)
  • link to file-hoster
  • link to repository, e.g. on sorceforge.org or github.org


Then compile by running:

cd src/
./Allwmake

3 Usage examples

To use this code, insert into controlDict:

functions
{
....(insert the necessary options here)...
}

4 Documentation

This implementation is based on publication by Munz et al (2009).

5 History

1 Jun 2010: First upload

1 Oct 2011: Bug fix for negative inlet velocities