ElmerFoamFSI
2.0
ElmerFoamFSI is fluid-solid interaction simulation application built up from OpenFOAM CFD and Elmer CSM coupled through the IMPACT multiphysics software integration infrastructure.
|
A new Illinois Rocstar project can be created easily with make_project
. The make_project
utility uses the IR Project Template and prepares a new project with directory structure that is ready to be imported into the IR Source Repository.
Documentation for the make_project
utility can be found in the documentation of the IRProject::MakeProject function. The procedure for using the Illinois Rocstar Project Template for creating a new project is as follows:
svn co file:///Projects/IR/SoftwareRepository/IRProject/trunk IRProject
mkdir irproject_build
cd irproject_build
cmake ../IRProject
make
cd ../
irproject_build/bin/make_project IRProject <NewProjectName>
svn import <NewProjectName> file:///Projects/IR/SourceRepository/<NewProjectName>
LICENSE
AUTHORS
SVN Repository Structure
A new Illinois Rocstar project can be created easily with make_project
. The make_project
utility uses the IR Project Template and prepares a new project with directory structure that is ready to be imported into the IR Source Repository.
Documentation for the make_project
utility can be found in the documentation of the IRProject::MakeProject function. The procedure for using the Illinois Rocstar Project Template for creating a new project is as follows:
svn co file:///Projects/IR/SoftwareRepository/IRProject/trunk IRProject
mkdir irproject_build
cd irproject_build
cmake ../IRProject
make
cd ../
irproject_build/bin/make_project IRProject <NewProjectName>
svn import <NewProjectName> file:///Projects/IR/SourceRepository/<NewProjectName>
LICENSE
AUTHORS
SVN Repository Structure