Skip to content

Commit

Permalink
Adding the fluid material
Browse files Browse the repository at this point in the history
  • Loading branch information
juancamarotti committed Feb 21, 2024
1 parent 012723a commit 87b2727
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 16 additions & 0 deletions co_simulation/validation/fsi_turek_FSI2/source/FluidMaterials.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"properties" : [{
"model_part_name" : "FluidModelPart.Parts_Fluid",
"properties_id" : 1,
"Material" : {
"constitutive_law" : {
"name" : "Newtonian2DLaw"
},
"Variables" : {
"DENSITY": 1000.0,
"DYNAMIC_VISCOSITY" : 1.0
},
"Tables" : {}
}
}]
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ Begin ModelPartData
End ModelPartData

Begin Properties 1
DENSITY 1000.0
DYNAMIC_VISCOSITY 1.0
End Properties // 1

Begin Properties 0
Expand Down

0 comments on commit 87b2727

Please sign in to comment.