mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-22 16:28:30 +00:00
add conveyor belt model
This commit is contained in:
@ -11,6 +11,9 @@ vibratingMotion/vibratingMotion.cpp
|
||||
stationaryWall/stationaryWall.cpp
|
||||
entities/stationary/stationary.cpp
|
||||
|
||||
conveyorBeltMotion/conveyorBeltMotion.cpp
|
||||
entities/conveyorBelt/conveyorBelt.cpp
|
||||
|
||||
#entities/multiRotatingAxis/multiRotatingAxis.cpp
|
||||
#multiRotatingAxisMotion/multiRotatingAxisMotion.cpp
|
||||
|
||||
|
@ -46,7 +46,7 @@ conveyorBeltInfo
|
||||
{
|
||||
conveyorBelt1
|
||||
{
|
||||
// the definition based on class conveyorBelt1
|
||||
// the definition based on class conveyorBelt
|
||||
}
|
||||
}
|
||||
...
|
||||
|
@ -33,8 +33,6 @@ pFlow::conveyorBelt::conveyorBelt(const dictionary& dict)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
FUNCTION_H
|
||||
bool pFlow::conveyorBelt::read(const dictionary& dict)
|
||||
{
|
||||
|
Reference in New Issue
Block a user