Compare commits

...
Sign in to create a new pull request.

6 commits

Author SHA1 Message Date
Combustion Lab
cd6edbb818 Merge branch 'AllwmakeScript' 2017-08-18 22:23:06 +09:00
ignis
a06cbf56ab Allwmake script for compilation 2017-08-18 20:51:31 +09:00
Combustion Lab
f4c39c52b4 Merge branch 'misc' into 'master'
Misc

See merge request !3
2017-08-16 23:32:56 +00:00
ignis
13f98aa1b3 LagrangiansCMCSprayFoam -> LagrangianCMCSprayFoam 2017-08-17 07:13:37 +09:00
ignis
e7f41ba176 remove execute permission in source files and correct typo in directory name 2017-08-17 07:13:37 +09:00
Combustion Lab
05cf4af9ff Merge branch 'WooJoo_edit' (SLFMFoam new inputs Sc and outletName) into 'master'
Woo joo edit

See merge request !2
2017-08-16 22:07:21 +00:00
95 changed files with 37 additions and 4 deletions

11
Allwmake Executable file
View file

@ -0,0 +1,11 @@
#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
targetType=libso
. $WM_PROJECT_DIR/wmake/scripts/AllwmakeParseArguments
libs/Allwmake $targetType $*
solvers_post/Allwmake $targetType $*
#------------------------------------------------------------------------------

10
libs/Allwmake Executable file
View file

@ -0,0 +1,10 @@
#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
targetType=libso
. $WM_PROJECT_DIR/wmake/scripts/AllwmakeParseArguments
wmake $targetType chemistryModel_POSTECH
wmake $targetType combustionModels_POSTECH
#------------------------------------------------------------------------------

12
solvers_post/Allwmake Executable file
View file

@ -0,0 +1,12 @@
#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
targetType=libso
. $WM_PROJECT_DIR/wmake/scripts/AllwmakeParseArguments
wmake SLFMFoam
wmake LagrangianCMCFoam
wmake LagrangianCMCSprayFoam
wmake LagrangianCMCdieselEngineFoam4x
#------------------------------------------------------------------------------

0
solvers_post/LagrangianCMCFoam/CMCequation.H Executable file → Normal file
View file

0
solvers_post/LagrangianCMCFoam/CMCintegration.H Executable file → Normal file
View file

0
solvers_post/LagrangianCMCFoam/CMCwrite.H Executable file → Normal file
View file

0
solvers_post/LagrangianCMCFoam/Flamegroup.H Executable file → Normal file
View file

0
solvers_post/LagrangianCMCFoam/InjNewFG.H Executable file → Normal file
View file

0
solvers_post/LagrangianCMCFoam/Math.H Executable file → Normal file
View file

0
solvers_post/LagrangianCMCFoam/Mixturefraction.H Executable file → Normal file
View file

0
solvers_post/LagrangianCMCFoam/MixturefractionVar.H Executable file → Normal file
View file

0
solvers_post/LagrangianCMCFoam/Peta.H Executable file → Normal file
View file

0
solvers_post/LagrangianCMCFoam/QCMC_init.H Executable file → Normal file
View file

0
solvers_post/LagrangianCMCFoam/Qh_diffusion.H Executable file → Normal file
View file

0
solvers_post/LagrangianCMCFoam/Qh_reaction.H Executable file → Normal file
View file

0
solvers_post/LagrangianCMCFoam/Qi_diffusion.H Executable file → Normal file
View file

0
solvers_post/LagrangianCMCFoam/Qi_reaction.H Executable file → Normal file
View file

0
solvers_post/LagrangianCMCFoam/chemistryCMC.H Executable file → Normal file
View file

0
solvers_post/LagrangianCMCFoam/correctRHOandT.H Executable file → Normal file
View file

0
solvers_post/LagrangianCMCFoam/correctRHOandT2.H Executable file → Normal file
View file

0
solvers_post/LagrangianCMCFoam/logSummary.H Executable file → Normal file
View file

0
solvers_post/LagrangianCMCFoam/readCMCProperties.H Executable file → Normal file
View file

0
solvers_post/LagrangianCMCFoam/restartCMC.H Executable file → Normal file
View file

0
solvers_post/LagrangianCMCFoam/setRHOCMC.H Executable file → Normal file
View file

0
solvers_post/LagrangianCMCFoam/setSDRCMC.H Executable file → Normal file
View file

0
solvers_post/LagrangianCMCFoam/startSummary.H Executable file → Normal file
View file

View file

@ -105,7 +105,7 @@ int main(int argc, char *argv[])
if(runTime.value() >= parcels.injectors()[0].timeStart())
{
CMC_on = true;
CMC_on = true;
if(init_start_CMC == true)
{
#include "QiCMC_init.H"

View file

@ -0,0 +1,3 @@
LagrangianCMCSprayFoam.C
EXE = $(FOAM_USER_APPBIN)/LagrangianCMCSprayFoam

View file

View file

View file

View file

0
solvers_post/LagrangianCMCdieselEngineFoam4x/Math.H Executable file → Normal file
View file

View file

View file

0
solvers_post/LagrangianCMCdieselEngineFoam4x/Peta.H Executable file → Normal file
View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

@ -1,3 +0,0 @@
LagrangiansCMCSprayFoam.C
EXE = $(FOAM_USER_APPBIN)/LagrangiansCMCSprayFoam