mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-28 03:27:05 +00:00
Update geometryDict
axisOfRotation instead of rotAxis
This commit is contained in:
@ -51,7 +51,7 @@ surfaces
|
|||||||
// material name of this wall
|
// material name of this wall
|
||||||
material prop1;
|
material prop1;
|
||||||
// motion component name
|
// motion component name
|
||||||
motion rotAxis;
|
motion axisOfRotation;
|
||||||
}
|
}
|
||||||
|
|
||||||
coneShelltop
|
coneShelltop
|
||||||
@ -71,7 +71,7 @@ surfaces
|
|||||||
// material name of this wall
|
// material name of this wall
|
||||||
material prop1;
|
material prop1;
|
||||||
// motion component name
|
// motion component name
|
||||||
motion rotAxis;
|
motion axisOfRotation;
|
||||||
}
|
}
|
||||||
|
|
||||||
cylinderShell
|
cylinderShell
|
||||||
@ -91,7 +91,7 @@ surfaces
|
|||||||
// material name of this wall
|
// material name of this wall
|
||||||
material prop1;
|
material prop1;
|
||||||
// motion component name
|
// motion component name
|
||||||
motion rotAxis;
|
motion axisOfRotation;
|
||||||
}
|
}
|
||||||
|
|
||||||
coneShelldown
|
coneShelldown
|
||||||
@ -111,7 +111,7 @@ surfaces
|
|||||||
// material name of this wall
|
// material name of this wall
|
||||||
material prop1;
|
material prop1;
|
||||||
// motion component name
|
// motion component name
|
||||||
motion rotAxis;
|
motion axisOfRotation;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
This is a plane wall at the exit of silo
|
This is a plane wall at the exit of silo
|
||||||
@ -134,7 +134,7 @@ surfaces
|
|||||||
// material name of this wall
|
// material name of this wall
|
||||||
material prop1;
|
material prop1;
|
||||||
// motion component name
|
// motion component name
|
||||||
motion rotAxis;
|
motion axisOfRotation;
|
||||||
}
|
}
|
||||||
exitGate
|
exitGate
|
||||||
{
|
{
|
||||||
@ -144,7 +144,7 @@ surfaces
|
|||||||
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 prop1;
|
||||||
motion rotAxis;
|
motion axisOfRotation;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user