FEM: fluid section and elment fluid 1D object, make name fit in FEM name system

This commit is contained in:
Bernd Hahnebach
2017-03-06 10:30:20 +01:00
committed by Yorik van Havre
parent 34ad6af337
commit 092a5dae48
12 changed files with 58 additions and 58 deletions

View File

@@ -79,7 +79,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
<< "FEM_MaterialMechanicalNonlinear"
<< "FEM_ElementGeometry1D"
<< "FEM_ElementGeometry2D"
<< "FEM_FluidSection"
<< "FEM_ElementFluid1D"
<< "Separator"
<< "FEM_ConstraintFixed"
<< "FEM_ConstraintDisplacement"
@@ -154,7 +154,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "FEM_MaterialMechanicalNonlinear"
<< "FEM_ElementGeometry1D"
<< "FEM_ElementGeometry2D"
<< "FEM_FluidSection"
<< "FEM_ElementFluid1D"
<< "Separator"
<< "FEM_ConstraintFixed"
<< "FEM_ConstraintDisplacement"