Menu

Tree [93de08] development /
 History

HTTPS access


File Date Author Commit
 executables 2017-07-30 Franjo Juretic Franjo Juretic [2db6fa] Updated options for executables
 meshLibrary 2018-08-28 Franjo Juretic Franjo Juretic [5b7bfd] Usage of eigenvalues and eigenvector
 python 2014-08-16 Franjo Juretic Franjo Juretic [7b5890] Added salome to triSurf converter
 testingInterfaces 2016-07-21 Franjo Juretić Franjo Juretić [2a01f4] Updates of the testing interface for DynList
 tutorials 2016-05-13 Franjo Juretic Franjo Juretic [e16857] Fixed invalid settings
 userGuide 2015-06-11 Franjo Juretic Franjo Juretic [c50d95] Updated manual
 utilities 2017-07-31 Franjo Juretic Franjo Juretic [6897c8] Updates of options files to enable compilation ...
 .gitignore 2015-11-23 Alen Cukrov Alen Cukrov [703638] Update of .gitignore
 Allwclean 2014-07-01 Franjo Juretic Franjo Juretic [e0f8db] Initial commit
 Allwmake 2014-07-01 Franjo Juretic Franjo Juretic [e0f8db] Initial commit
 README 2016-10-11 Franjo Juretic Franjo Juretic [071ab7] Update of web site

Read Me

#                            -*- mode: org; -*-
#
#+TITLE:                       *cfMesh README*
#+AUTHOR:                      Franjo Juretic.
#+DATE:                           October 2016
#+LINK:                  http://www.cfmesh.com
#+OPTIONS:

cfMesh is a library for mesh generation built on OpenFOAM.

* License
  cfMesh is free software; you can redistribute it and/or modify it under the
  terms of the GNU General Public License as published by the Free Software
  Foundation; either version 3 of the License, or (at your option) any later
  version.

* System requirements
  cfMesh is developed and tested on Linux and MS Windows.

* Installation
  Binaries and the source code can be downloaded from http://sourceforge.net/projects/cfmesh/

* Building from Sources (Optional)

  cfMesh can be built with recent versions of OpenFOAM and foam-extend. In order to build the library, a working OpenFOAM environment is needed. The build started by the Allwmake script located in this folder. It can be built with gcc and mingw compilers which support OpenMP (gcc-4.2.4 and above). Other compilers are not tested. This instructions are valid for Linux, only. We encourage Windows users to download the binary package.

* Getting Started

  Copy the 'tutorials' examples directory in the cfMesh distribution to the
  'run' directory.  If the OpenFOAM environment variables are set correctly,
  then the following command will work correctly:

  + cp -r tutorials $FOAM_RUN

  Run the first example case of a simplified car body:

  + cd $FOAM_RUN/tutorials/asmoOctree
  + cartesianMesh

  All cases have Allrun and Allclean scripts guiding you through the meshing process.

* Documentation
  http://www.c-fields.com and in the userGuide folder.

* List of contributors
  Franjo Juretic
  Philippose Rajan
  Ivor Clifford
  
* How to contribute

  It you are interested in contributing to cfMesh please send an e-mail at: info@c-fields.com
  We gladly accept contributions, whether they are the code, validation data, documentation, promotional material, etc.
  cfMesh development process follows the git-flow branching model, described in http://nvie.com/posts/a-successful-git-branching-model/.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.