Skip to content
Snippets Groups Projects
Commit b6b8da64 authored by Timo Koch's avatar Timo Koch
Browse files

[2p][test] Update fracture test reference

parent 27608cfd
No related branches found
No related tags found
1 merge request!931[2p][test] Update fracture test reference
......@@ -109,31 +109,14 @@ class FractureProblem : public PorousMediumFlowProblem<TypeTag>
using GlobalPosition = Dune::FieldVector<Scalar, dimWorld>;
public:
FractureProblem(std::shared_ptr<const FVGridGeometry> fvGridGeometry)
: ParentType(fvGridGeometry) {}
FractureProblem(std::shared_ptr<const FVGridGeometry> fvGridGeometry)
: ParentType(fvGridGeometry) {}
/*!
* \name Problem parameters
*/
// \{
/*!
* \brief User defined output after the time integration
*
* Will be called diretly after the time integration.
*/
void postTimeStep()
{
// // Calculate storage terms
// PrimaryVariables storage;
// this->model().globalStorage(storage);
//
// // Write mass balance information for rank 0
// if (this->gridView().comm().rank() == 0) {
// std::cout<<"Storage: " << storage << std::endl;
// }
}
/*!
* \brief Returns the temperature \f$ K \f$
*
......@@ -142,18 +125,6 @@ public:
Scalar temperature() const
{ return 273.15 + 20; }
/*!
* \brief Returns the source term
*
* \param values Stores the source values for the conservation equations in
* \f$ [ \textnormal{unit of primary variable} / (m^\textrm{dim} \cdot s )] \f$
* \param globalPos The global position
*/
NumEqVector sourceAtPos(const GlobalPosition &globalPos) const
{
return NumEqVector(0.0);
}
// \}
/*!
......
......@@ -8,6 +8,3 @@ File = grids/fracture.msh
[Problem]
Name = fracture
EnableGravity = false
[Implicit]
UpwindWeight = 1.0
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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