Difference between revisions of "Main HowTos"

From OpenFOAMWiki
(How-Tos that are only planned/fragments)
m (Let's try to fill up that one...)
Line 38: Line 38:
  
 
[[HowTo_Adding_a_new_wall_function|Adding a new wall-function]].
 
[[HowTo_Adding_a_new_wall_function|Adding a new wall-function]].
 
[[HowTo_Adding_a_new_boundary_condition|Adding a new boundary condition]].
 
  
 
[[HowTo_Adding_a_new_transport_equation|Adding a new transport equation to a solver]]
 
[[HowTo_Adding_a_new_transport_equation|Adding a new transport equation to a solver]]
Line 58: Line 56:
  
 
[[Howto_calculate_mass_flux_with_variable_density_flow|How to calculate mass flux with a variable density flow]]
 
[[Howto_calculate_mass_flux_with_variable_density_flow|How to calculate mass flux with a variable density flow]]
 +
 +
[[HowTo_Adding_a_new_boundary_condition|Adding a new boundary condition]].

Revision as of 20:14, 23 June 2007

He'll teach you how to pick and choose
And how to throw the blade.
Bob Dylan (One more cup of coffee)


A How-To is a text that tells you "how to do something". (So far this is an unstructured list. If there is enough stuff it will get a structure).

So far the How-Tos will be sorted by their completion status

1 How-Tos that can be of help

These How-Tos are in a finished state. In other words: their authors think, that there is not much that can be improved.

Port Utilities from older versions of OpenFOAM to version 1.3

Porting open Foam to a new (unsupported) platform

Setting up dynamic mesh cases

General debugging tips

How to prepare XEmacs/Emacs for the correct indentation

How to quickly change the mesh with blockMesh

How to postprocess multiple regions.

How to install OpenFOAM on Ubuntu (external link)

Import a fluent mesh with interfaces

2 How-Tos that are only planned/fragments

If you feel like writing these: go ahead (but before you do: move them to the next section)

Adding a new solver to FoamX

Adding a new wall-function.

Adding a new transport equation to a solver

Using the WaveTransmissiveBoundaryCondition

3 How-Tos that are being worked on

These How-Tos have found someone who wants to write them. After completion they will be moved to the top section.

Importing a FLUENT mesh with internal walls

Compiling OpenFOAM under Unix

Installing OpenFOAM on a Mac OS X

Compiling OpenFOAM on a Mac OS X

How to calculate mass flux with a variable density flow

Adding a new boundary condition.