mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-08-07 03:37:02 +00:00
Normal vector of wall is included into the wall velocity calculations
This commit is contained in:
@ -7,14 +7,18 @@ objectType dictionary;
|
||||
fileFormat ASCII;
|
||||
/*---------------------------------------------------------------------------*/
|
||||
|
||||
// motion model can be rotatingAxis or stationary or vibrating
|
||||
motionModel conveyorBelt;
|
||||
|
||||
conveyorBeltInfo
|
||||
{
|
||||
conveyorBelt1
|
||||
{
|
||||
tangentVelocity (0.5 0 0);
|
||||
// linear velocity of belt
|
||||
linearVelocity 0.5;
|
||||
|
||||
// normal vector of velocity plate
|
||||
// The velocity vector is tangent to this plane
|
||||
normal (0 -1 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -34,7 +34,7 @@ writeFormat ascii; // data writting format (ascii
|
||||
|
||||
timersReport Yes; // report timers
|
||||
|
||||
timersReportInterval 0.01; // time interval for reporting timers
|
||||
timersReportInterval 0.1; // time interval for reporting timers
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user