Skip to content
Snippets Groups Projects
Commit f148b5aa authored by Oliver Sander's avatar Oliver Sander Committed by sander@FU-BERLIN.DE
Browse files

The Cosserat energy now needs the shear correction factor 'kappa'

[[Imported from SVN: r8381]]
parent 0dabdfcf
No related branches found
No related tags found
No related merge requests found
......@@ -126,6 +126,7 @@ void testEnergy(const GridType* grid, const std::vector<TargetSpace>& coefficien
materialParameters["mu_c"] = "3.8462e+05";
materialParameters["L_c"] = "0.1";
materialParameters["q"] = "2.5";
materialParameters["kappa"] = "0.1";
ConstantFunction<Dune::FieldVector<double,GridType::dimension>, Dune::FieldVector<double,3> > zeroFunction(Dune::FieldVector<double,3>(0));
......
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