RapidCFD¶
Install RapidCFD¶
download RapidCFD-dev download ThirdParty-dev
unzip or tar into /opt/RapidCFD/
cd /opt/
sudo chown -R hgasca:users .
mkdir RapidCFD
unzip Rapid-CFD-dev
cd RapidCFD-dev/etc
kate .bashrc
Unactive the code line to install into ~home/hgasca Active the code line to instal into /opt/
save
cd ..
source ./etc/bashrc
Compile ThirdParty-dev
cd /opt/RapidCFD/ThirdParty-dev/
source ../RapidCFD-dev/etc/bashrc
./Allclean
export WN_NCOMPPROCS=10
./Allwmake
cd /opt/RapidCFD/RapidCFD-dev
export WN_NCOMPPROCS=10
./Allwmake
Modify PATH¶
Add lines to the bashrc file
sudo kate ~/.bashrc
alias rapid='source /opt/RapidCFD/RapidCFD-dev/etc/bashrc WM_COMPILER_TYPE=system WM_COMPILER=Gcc48 WM_LABEL_SIZE=64 WM_MPLIB=OPENMPI FOAMY_HEX_MESH=yes'
alias rapid='source /opt/RapidCFD/RapidCFD-dev/etc/bashrc WM_LABEL_SIZE=64 WM_MPLIB=OPENMPI FOAMY_HEX_MESH=yes'
save
Run multiple GPU¶
Go to the case directory