Skip to content
Snippets Groups Projects
Commit fc2754f1 authored by Holger Class's avatar Holger Class
Browse files

setAlpha is now setLambda (Brooks-Corey)

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5520 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 7730dbf6
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ public:
// entry pressures
materialLawParams_.setPe(interfaceSoilProps.ISP_BrooksCoreyEntryPressure);
// Brooks-Corey shape parameters
materialLawParams_.setAlpha(interfaceSoilProps.ISP_BrooksCoreyLambda);
materialLawParams_.setLambda(interfaceSoilProps.ISP_BrooksCoreyLambda);
// parameters for the linear
// entry pressures function
......
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