Skip to content
Snippets Groups Projects
Commit 286801f8 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@5521 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent fc2754f1
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,7 @@ public: ...@@ -92,7 +92,7 @@ public:
// // entry pressures // // entry pressures
materialLawParams_.setPe(interfaceSoilProps.ISP_BrooksCoreyEntryPressure); materialLawParams_.setPe(interfaceSoilProps.ISP_BrooksCoreyEntryPressure);
// // Brooks-Corey shape parameters // // Brooks-Corey shape parameters
materialLawParams_.setAlpha(interfaceSoilProps.ISP_BrooksCoreyLambda); materialLawParams_.setLambda(interfaceSoilProps.ISP_BrooksCoreyLambda);
// parameters for the linear // parameters for the linear
// entry pressures function // 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