------------------------------------------------------------ revno: 3794 committer: Bruno Chareyre <[email protected]> timestamp: Wed 2016-02-10 19:57:40 +0100 message: declare mask attribute for FlowEngine, fixes a compile error modified: pkg/pfv/FlowEngine.hpp.in
-- lp:yade https://code.launchpad.net/~yade-pkg/yade/git-trunk Your team Yade developers is subscribed to branch lp:yade. To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'pkg/pfv/FlowEngine.hpp.in' --- pkg/pfv/FlowEngine.hpp.in 2015-05-04 16:59:30 +0000 +++ pkg/pfv/FlowEngine.hpp.in 2016-02-10 18:57:40 +0000 @@ -270,7 +270,8 @@ ((vector<double>, bndCondValue, vector<double>(6,0),,"Imposed value of a boundary condition. Only applies if the boundary condition is imposed pressure, else the imposed flux is always zero presently (may be generalized to non-zero imposed fluxes in the future).")) //FIXME: to be implemented: ((vector<Vector3r>, boundaryVelocity, vector<Vector3r>(6,Vector3r::Zero()),, "velocity on top boundary, only change it using :yref:`FlowEngine::setBoundaryVel`")) - ((int, ignoredBody,-1,,"Id of a sphere to exclude from the triangulation.)")) + ((int, ignoredBody,-1,,"DEPRECATED, USE MASK - Id of a sphere to exclude from the triangulation.)")) + ((int,mask,0,,"If mask defined, only bodies with corresponding groupMask will be affected by this engine. If 0, all bodies will be affected.")) ((vector<int>, wallIds,vector<int>(6),,"body ids of the boundaries (default values are ok only if aabbWalls are appended before spheres, i.e. numbered 0,...,5)")) ((vector<bool>, boundaryUseMaxMin, vector<bool>(6,true),,"If true (default value) bounding sphere is added as function of max/min sphere coord, if false as function of yade wall position")) // ((bool, display_force, false,,"display the lubrication force applied on particles"))
_______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

