Skip to content
Snippets Groups Projects
Commit 9d78ecbd authored by Michael Sinsbeck's avatar Michael Sinsbeck
Browse files

corrected a typo

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5824 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 212b0a34
No related branches found
No related tags found
No related merge requests found
...@@ -328,7 +328,7 @@ void FVPressure1P<TypeTag>::assemble(bool first) ...@@ -328,7 +328,7 @@ void FVPressure1P<TypeTag>::assemble(bool first)
Dune::FieldVector < Scalar, dim > permeability(0); Dune::FieldVector < Scalar, dim > permeability(0);
meanPermeability.mv(unitOuterNormal, permeability); meanPermeability.mv(unitOuterNormal, permeability);
meanPermeability/=viscosityI; permeability/=viscosityI;
Scalar temperatureJ = problem_.temperature(globalPosNeighbor, *neighborPointer); Scalar temperatureJ = problem_.temperature(globalPosNeighbor, *neighborPointer);
Scalar referencePressJ = problem_.referencePressure(globalPosNeighbor, *neighborPointer); Scalar referencePressJ = problem_.referencePressure(globalPosNeighbor, *neighborPointer);
...@@ -404,7 +404,7 @@ void FVPressure1P<TypeTag>::assemble(bool first) ...@@ -404,7 +404,7 @@ void FVPressure1P<TypeTag>::assemble(bool first)
Dune::FieldVector < Scalar, dim > permeability(0); Dune::FieldVector < Scalar, dim > permeability(0);
permeabilityI.mv(unitOuterNormal, permeability); permeabilityI.mv(unitOuterNormal, permeability);
permeabilityI/= viscosityI; permeability/= viscosityI;
//get dirichlet pressure boundary condition //get dirichlet pressure boundary condition
Scalar pressBound = problem_.dirichlet(globalPosFace, *isIt); Scalar pressBound = problem_.dirichlet(globalPosFace, *isIt);
......
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