Skip to content
Snippets Groups Projects
Commit 1fb2baba authored by Dmitri Naumov's avatar Dmitri Naumov Committed by renchao.lu
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent e8298efd
No related branches found
No related tags found
No related merge requests found
......@@ -31,8 +31,8 @@ struct StokesFlowProcessData
/// an external force that applies in the bulk of the fluid, like gravity.
Eigen::VectorXd const specific_body_force;
/// When this optional field is flagged on, the Darcy term will be
/// additionally included in the original momentum balance equation.
/// When true, the Darcy term will be
/// included in the momentum balance equation.
bool const use_stokes_brinkman_form;
MeshLib::PropertyVector<double>* pressure_interpolated = nullptr;
......
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