~ubuntu-branches/debian/jessie/yade/jessie

« back to all changes in this revision

Viewing changes to pkg/lbm/LBMnode.cpp

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2014-08-04 19:34:58 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20140804193458-cw8qhnujxe9wzi15
Tags: 1.11.0-1
* [a0600ae] Imported Upstream version 1.11.0
* [a3055e0] Do not use parallel build on kfreebsd-amd64 and s390x.
* [f86b405] Remove applied patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
#ifdef LBM_ENGINE
10
10
 
11
11
#include "LBMnode.hpp"
 
12
#include "LBMlink.hpp"
 
13
#include "LBMbody.hpp"
12
14
 
13
 
YADE_PLUGIN((LBMnode));
 
15
YADE_PLUGIN((LBMnode)(LBMlink)(LBMbody));
14
16
LBMnode::~LBMnode(){};
15
17
 
 
18
 
 
19
 
16
20
void LBMnode::MixteBC(string lbmodel,Real density, Vector3r U, string where){
17
21
    Real rhoVx=density*U.x();
18
22
    Real rhoVy=density*U.y();