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

Clean BC

parent 9836ed50
No related branches found
No related tags found
2 merge requests!332Add TPMSRow Application.,!329Develop temp
...@@ -101,7 +101,7 @@ void VelocityNonReflecting::applyBC() ...@@ -101,7 +101,7 @@ void VelocityNonReflecting::applyBC()
direction = d00M; direction = d00M;
this->velocity = bcPtr->getBoundaryVelocityX3(); this->velocity = bcPtr->getBoundaryVelocityX3();
} else } else
UB_THROW(UbException(UB_EXARGS, "Danger...no orthogonal BC-Flag on density boundary...")); UB_THROW(UbException(UB_EXARGS, "Danger...no orthogonal BC-Flag on velocity boundary..."));
distributions->getPreCollisionDistribution(f, x1, x2, x3); distributions->getPreCollisionDistribution(f, x1, x2, x3);
distributions->getPreCollisionDistribution(ftemp, nx1, nx2, nx3); distributions->getPreCollisionDistribution(ftemp, nx1, nx2, nx3);
......
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