------------------------------------------------------------ revno: 3996 committer: Chao Yuan <[email protected]> timestamp: Wed 2017-01-25 19:08:06 +0100 message: fix compile error. modified: pkg/pfv/TwoPhaseFlowEngine.hpp
-- 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/TwoPhaseFlowEngine.hpp' --- pkg/pfv/TwoPhaseFlowEngine.hpp 2017-01-25 16:17:13 +0000 +++ pkg/pfv/TwoPhaseFlowEngine.hpp 2017-01-25 18:08:06 +0000 @@ -30,6 +30,7 @@ std::vector<double> poreThroatRadius; double poreBodyRadius; double poreBodyVolume; + double porosity; int windowsID;//a temp cell info for experiment comparison(used by chao) double solidLine [4][4];//the length of intersecting line between sphere and facet. [i][j] is for facet "i" and sphere (facetVertices)"[i][j]". Last component [i][3] for 1/sumLines in the facet "i" (used by chao).
_______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

