Skip to content

Kiiree/CONSELFcae-dev

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CONSELFcae

CONSELFcae represent a customization made by CONSELF of OpenFOAM® in order to adapt it to CLOUD environment.

How can I install it?

Clone it to any local directory you want. After this, follow the instructions below and modify the path with your local system

sed -i "/CONSELFcae/d" ~/.bashrc

echo "export CONSELFcaeSRC=/path/to/CONSELFcae/directory" >> ~/.bashrc
echo "alias CONSELFcae='source \$CONSELFcaeSRC/etc/bashrc; . \$CONSELFcaeSRC/bin/tools/RunFunctions'" >> ~/.bashrc

bash
cd $CONSELFcaeSRC
CONSELFcae
./Allwmake

The installation process takes between 1 and 2 hours depending on your system ... so do it at night!

Using CONSELFcae

Before using CONSELFcae you must load its environment on the shell by typing in a shell:

CONSELFcae

Precompiled version can be found at: sharing.conself.com/conselfcae

Usefull applications

foamResiduals -> plot of residuals of current simulation

foamInstallationTest -> Installation test of CONSELFcae

patchSummary -> Summary of boundary conditions applied to the current case

SYNC WITH OpenFOAM® official repository

It is CONSELF interest to keep the current repository aligned with OpenFOAM® official one.

ENJOY!

About

CONSELFcae is an OpenFOAM® fork ready to use on Ubuntu 14.04. Developped and supported by

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 53.2%
  • C 45.6%
  • Shell 1.1%
  • Objective-C 0.1%
  • Makefile 0.0%
  • Awk 0.0%