mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-28 03:27:05 +00:00
Update geometryDict
changed prop1 to solidProperty
This commit is contained in:
@ -57,7 +57,7 @@ surfaces
|
|||||||
// number of divisions
|
// number of divisions
|
||||||
resolution 36;
|
resolution 36;
|
||||||
// material name of this wall
|
// material name of this wall
|
||||||
material prop1;
|
material solidProperty;
|
||||||
// motion component name
|
// motion component name
|
||||||
motion axisOfRotation;
|
motion axisOfRotation;
|
||||||
}
|
}
|
||||||
@ -77,7 +77,7 @@ surfaces
|
|||||||
// number of divisions
|
// number of divisions
|
||||||
resolution 36;
|
resolution 36;
|
||||||
// material name of this wall
|
// material name of this wall
|
||||||
material prop1;
|
material solidProperty;
|
||||||
// motion component name
|
// motion component name
|
||||||
motion axisOfRotation;
|
motion axisOfRotation;
|
||||||
}
|
}
|
||||||
@ -97,7 +97,7 @@ surfaces
|
|||||||
// number of divisions
|
// number of divisions
|
||||||
resolution 36;
|
resolution 36;
|
||||||
// material name of this wall
|
// material name of this wall
|
||||||
material prop1;
|
material solidProperty;
|
||||||
// motion component name
|
// motion component name
|
||||||
motion axisOfRotation;
|
motion axisOfRotation;
|
||||||
}
|
}
|
||||||
@ -117,7 +117,7 @@ surfaces
|
|||||||
// number of divisions
|
// number of divisions
|
||||||
resolution 36;
|
resolution 36;
|
||||||
// material name of this wall
|
// material name of this wall
|
||||||
material prop1;
|
material solidProperty;
|
||||||
// motion component name
|
// motion component name
|
||||||
motion axisOfRotation;
|
motion axisOfRotation;
|
||||||
}
|
}
|
||||||
@ -140,7 +140,7 @@ surfaces
|
|||||||
// number of divisions
|
// number of divisions
|
||||||
resolution 36;
|
resolution 36;
|
||||||
// material name of this wall
|
// material name of this wall
|
||||||
material prop1;
|
material solidProperty;
|
||||||
// motion component name
|
// motion component name
|
||||||
motion axisOfRotation;
|
motion axisOfRotation;
|
||||||
}
|
}
|
||||||
@ -151,7 +151,7 @@ surfaces
|
|||||||
p2 (-0.05 0.05 0);
|
p2 (-0.05 0.05 0);
|
||||||
p3 ( 0.05 0.05 0);
|
p3 ( 0.05 0.05 0);
|
||||||
p4 (0.05 -0.05 0);
|
p4 (0.05 -0.05 0);
|
||||||
material prop1;
|
material solidProperty;
|
||||||
motion axisOfRotation;
|
motion axisOfRotation;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user