diff options
author | thierry <thierry@FreeBSD.org> | 2007-06-17 21:04:54 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2007-06-17 21:04:54 +0000 |
commit | 89d68dcf18dc96251a46b660088aba9ad7bd6ded (patch) | |
tree | a65eee2fdacad780bcb85d290b3faa8e2d01aea0 /science/fvm/pkg-descr | |
parent | 66f5a5cce0cf0882a29d97cc4ad394fbc29031ce (diff) | |
download | FreeBSD-ports-89d68dcf18dc96251a46b660088aba9ad7bd6ded.zip FreeBSD-ports-89d68dcf18dc96251a46b660088aba9ad7bd6ded.tar.gz |
Code_Saturne is EDF's general purpose computational fluid dynamics
software. Developed since 1997 at EDF R&D, it is based on a co-located
Finite Volume approach that accepts meshes with any type of
cell (tetrahedral, hexahedral, prismatic, pyramidal, polyhedral, ...)
and any type of grid structure (unstructured, blockstructured, hybrid,
conforming or with hanging nodes, ...).
Its basic capabilities enable the handling of either incompressible or
expandable flows with or without heat transfer and turbulence (mixing
length, 2-equation models, v2f, Reynolds stress models, Large Eddy
Simulations, ...).
<http://rd.edf.com/code_saturne/>
Diffstat (limited to 'science/fvm/pkg-descr')
-rw-r--r-- | science/fvm/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/science/fvm/pkg-descr b/science/fvm/pkg-descr new file mode 100644 index 0000000..6787774 --- /dev/null +++ b/science/fvm/pkg-descr @@ -0,0 +1,5 @@ +BFT stands for Finite Volume Mesh. +It is intended to provide finite volume mesh I/O and some other services such +as interpolation, possibly in parallel using MPI. + +WWW: http://rd.edf.com/code_saturne/ |