Skip to content

Commit

Permalink
FEM: fix unit tests because of 9c154f7
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Mar 1, 2020
1 parent b7a9d2d commit 74c9ed8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/Mod/Fem/femtest/data/ccx/Flow1D_thermomech.inp
Expand Up @@ -105,17 +105,17 @@ Eedges
*FLUID SECTION, ELSET=M0F1, TYPE=PIPE ENTRANCE, MATERIAL=FluidMaterial
31416.0,25133.0
*FLUID SECTION, ELSET=M0F2, TYPE=PIPE MANNING, MATERIAL=FluidMaterial
31416.0,50 ,0.002
31416.0,50.0,0.002
*FLUID SECTION, ELSET=M0F3, TYPE=PIPE BEND, MATERIAL=FluidMaterial
31416.0,1.5,45.0,0.4
*FLUID SECTION, ELSET=M0F4, TYPE=PIPE ENLARGEMENT, MATERIAL=FluidMaterial
31416.0,70686.0
*FLUID SECTION, ELSET=M0F5, TYPE=PIPE MANNING, MATERIAL=FluidMaterial
70686.0,75 ,0.002
70686.0,75.0,0.002
*FLUID SECTION, ELSET=M0F6, TYPE=PIPE CONTRACTION, MATERIAL=FluidMaterial
70686.0,17671.0
*FLUID SECTION, ELSET=M0F7, TYPE=PIPE MANNING, MATERIAL=FluidMaterial
17671.0,37.5 ,0.002
17671.0,37.5,0.002
*FLUID SECTION, ELSET=M0F8, TYPE=PIPE GATE VALVE, MATERIAL=FluidMaterial
17671.0,0.5
*FLUID SECTION, ELSET=M0F9, TYPE=PIPE ENLARGEMENT, MATERIAL=FluidMaterial
Expand Down
Expand Up @@ -38365,7 +38365,7 @@ Efaces
** Sections
** written by write_femelementsets function
*SHELL SECTION, ELSET=MechanicalMaterialShellThickness, MATERIAL=MechanicalMaterial
0.5
0.5

***********************************************************
** Contact Constraints
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Fem/femtest/data/ccx/constraint_tie.inp
Expand Up @@ -18613,7 +18613,7 @@ Evolumes
** Tie Constraints
** written by write_constraints_tie function
** ConstraintTie
*TIE, POSITION TOLERANCE=25, ADJUST=NO, NAME=TIEConstraintTie
*TIE, POSITION TOLERANCE=25.0, ADJUST=NO, NAME=TIEConstraintTie
TIE_DEPConstraintTie,TIE_INDConstraintTie

***********************************************************
Expand Down

0 comments on commit 74c9ed8

Please sign in to comment.