Skip to content

Commit 87b2727

Browse files
committed
Adding the fluid material
1 parent 012723a commit 87b2727

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"properties" : [{
3+
"model_part_name" : "FluidModelPart.Parts_Fluid",
4+
"properties_id" : 1,
5+
"Material" : {
6+
"constitutive_law" : {
7+
"name" : "Newtonian2DLaw"
8+
},
9+
"Variables" : {
10+
"DENSITY": 1000.0,
11+
"DYNAMIC_VISCOSITY" : 1.0
12+
},
13+
"Tables" : {}
14+
}
15+
}]
16+
}

co_simulation/validation/fsi_turek_FSI2/source/fsi_turek_FSI2_Fluid.mdpa

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ Begin ModelPartData
33
End ModelPartData
44

55
Begin Properties 1
6-
DENSITY 1000.0
7-
DYNAMIC_VISCOSITY 1.0
86
End Properties // 1
97

108
Begin Properties 0

0 commit comments

Comments
 (0)