Skip to content
Snippets Groups Projects
Commit 181f2f78 authored by Timo Koch's avatar Timo Koch Committed by Dennis Gläser
Browse files

[examples][2pinfiltration] use DOIs for links

parent f2574821
No related branches found
No related tags found
1 merge request!3662Cleanup/2pinfiltration example
Pipeline #36978 passed
Pipeline: dumux

#36984

    Pipeline: dumux

    #36983

      Pipeline: dumux

      #36982

        +3
        ...@@ -42,9 +42,9 @@ Inserting this into the conservation equations for each phase $`\alpha`$ yields: ...@@ -42,9 +42,9 @@ Inserting this into the conservation equations for each phase $`\alpha`$ yields:
        To reduce the number of unknowns and close the system we need closure relations for these equations. In this example, we use the To reduce the number of unknowns and close the system we need closure relations for these equations. In this example, we use the
        Van Genuchten-Mualem relationships (see Van Genuchten-Mualem relationships (see
        [Van Genuchten (1980)](https://acsess.onlinelibrary.wiley.com/doi/10.2136/sssaj1980.03615995004400050002x) [Van Genuchten (1980)](https://doi.org/10.2136/sssaj1980.03615995004400050002x)
        and and
        [Mualem (1976)](https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1029/WR012i003p00513)) [Mualem (1976)](https://doi.org/10.1029/WR012i003p00513))
        for the capillary pressure $`pc = p_n - p_w`$ and the relative permeabilities $`k_r\alpha`$. for the capillary pressure $`pc = p_n - p_w`$ and the relative permeabilities $`k_r\alpha`$.
        The parameters for these relationships are specified in the `spatialparams.hh` file. The parameters for these relationships are specified in the `spatialparams.hh` file.
        ......
        ...@@ -40,9 +40,9 @@ Inserting this into the conservation equations for each phase $`\alpha`$ yields: ...@@ -40,9 +40,9 @@ Inserting this into the conservation equations for each phase $`\alpha`$ yields:
        To reduce the number of unknowns and close the system we need closure relations for these equations. In this example, we use the To reduce the number of unknowns and close the system we need closure relations for these equations. In this example, we use the
        Van Genuchten-Mualem relationships (see Van Genuchten-Mualem relationships (see
        [Van Genuchten (1980)](https://acsess.onlinelibrary.wiley.com/doi/10.2136/sssaj1980.03615995004400050002x) [Van Genuchten (1980)](https://doi.org/10.2136/sssaj1980.03615995004400050002x)
        and and
        [Mualem (1976)](https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1029/WR012i003p00513)) [Mualem (1976)](https://doi.org/10.1029/WR012i003p00513))
        for the capillary pressure $`pc = p_n - p_w`$ and the relative permeabilities $`k_r\alpha`$. for the capillary pressure $`pc = p_n - p_w`$ and the relative permeabilities $`k_r\alpha`$.
        The parameters for these relationships are specified in the `spatialparams.hh` file. The parameters for these relationships are specified in the `spatialparams.hh` file.
        ......
        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