Skip to content
Snippets Groups Projects
Commit f933e0d6 authored by Hussein Alihussein's avatar Hussein Alihussein
Browse files

Merge branch 'develop_temp' of...

Merge branch 'develop_temp' of https://git.rz.tu-bs.de/h.alihussein/VirtualFluids_dev into develop_temp
parents 88e41b87 2f51e995
No related branches found
No related tags found
2 merge requests!332Add TPMSRow Application.,!329Develop temp
...@@ -90,7 +90,7 @@ void run(string configname) ...@@ -90,7 +90,7 @@ void run(string configname)
SPtr<BC> xMinApr(new VelocityBC(vx, 0., BCFunction::INFCONST, 0., 0., BCFunction::INFCONST, SPtr<BC> xMinApr(new VelocityBC(vx, 0., BCFunction::INFCONST, 0., 0., BCFunction::INFCONST,
0.,0., BCFunction::INFCONST)); 0.,0., BCFunction::INFCONST));
SPtr<BC> xMaxApr(new DensityBC(0.)); SPtr<BC> xMaxApr(new PressureBC(0.));
//SPtr<BC> yMinApr(new NoSlipBC(1)); //SPtr<BC> yMinApr(new NoSlipBC(1));
//SPtr<BC> yMaxApr(new NoSlipBC(1)); //SPtr<BC> yMaxApr(new NoSlipBC(1));
SPtr<BC> zMinApr(new NoSlipBC()); SPtr<BC> zMinApr(new NoSlipBC());
...@@ -102,7 +102,7 @@ void run(string configname) ...@@ -102,7 +102,7 @@ void run(string configname)
//tpmsNoslipAdapter->setBcAlgorithm(BCStrategyPtr(new NoSlipBCStrategy())); //tpmsNoslipAdapter->setBcAlgorithm(BCStrategyPtr(new NoSlipBCStrategy()));
//tpmsNoslipAdapter->setBcAlgorithm(SPtr<BCStrategy>(new ThinWallNoSlipBCStrategy())); //tpmsNoslipAdapter->setBcAlgorithm(SPtr<BCStrategy>(new ThinWallNoSlipBCStrategy()));
tpmsNoslipAdapter->setBCStrategy(SPtr<BCStrategy>(new NoSlipBCStrategy())); tpmsNoslipAdapter->setBCStrategy(SPtr<BCStrategy>(new NoSlipInterpolated()));
//funnelNoslipAdapter->setBcAlgorithm(SPtr<BCStrategy>(new NoSlipBCStrategy())); //funnelNoslipAdapter->setBcAlgorithm(SPtr<BCStrategy>(new NoSlipBCStrategy()));
//xMinApr->setBcAlgorithm(SPtr<BCStrategy>(new NonEqDensityBCStrategy())); //xMinApr->setBcAlgorithm(SPtr<BCStrategy>(new NonEqDensityBCStrategy()));
...@@ -113,8 +113,8 @@ void run(string configname) ...@@ -113,8 +113,8 @@ void run(string configname)
xMaxApr->setBCStrategy(SPtr<BCStrategy>(new OutflowNonReflectingWithPressure())); xMaxApr->setBCStrategy(SPtr<BCStrategy>(new OutflowNonReflectingWithPressure()));
//yMinApr->setBcAlgorithm(SPtr<BCStrategy>(new NoSlipBCStrategy())); //yMinApr->setBcAlgorithm(SPtr<BCStrategy>(new NoSlipBCStrategy()));
//yMaxApr->setBcAlgorithm(SPtr<BCStrategy>(new NoSlipBCStrategy())); //yMaxApr->setBcAlgorithm(SPtr<BCStrategy>(new NoSlipBCStrategy()));
zMinApr->setBCStrategy(SPtr<BCStrategy>(new NoSlipBCStrategy())); zMinApr->setBCStrategy(SPtr<BCStrategy>(new NoSlipInterpolated()));
zMaxApr->setBCStrategy(SPtr<BCStrategy>(new NoSlipBCStrategy())); zMaxApr->setBCStrategy(SPtr<BCStrategy>(new NoSlipInterpolated()));
//zMinFunnelApr->setBcAlgorithm(SPtr<BCStrategy>(new NoSlipBCStrategy())); //zMinFunnelApr->setBcAlgorithm(SPtr<BCStrategy>(new NoSlipBCStrategy()));
//zMaxFunnelApr->setBcAlgorithm(SPtr<BCStrategy>(new NoSlipBCStrategy())); //zMaxFunnelApr->setBcAlgorithm(SPtr<BCStrategy>(new NoSlipBCStrategy()));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment