~liggghts-dev/+junk/liggghts-dev

« back to all changes in this revision

Viewing changes to src/fix_insert_stream.h

  • Committer: Anton Gladky
  • Date: 2011-12-03 07:21:52 UTC
  • Revision ID: gladky.anton@gmail.com-20111203072152-kuse4ike0ac0g8fx
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
  void x_v_omega(int ninsert_this,int &ninserted_this, int &ninserted_spheres_this, double &mass_inserted_this);
55
55
  virtual void finalize_insertion(int);
56
56
 
57
 
  // general stuff
 
57
  // additional insertion settings
 
58
  int duration;            //duration for insertion in time-steps
 
59
 
 
60
  // stuff for insertion region
58
61
  double normalvec[3];
59
62
  double extrude_length;
60
63
  double p_ref[3];         //reference point on face
73
76
  class FixPropertyAtom *fix_release;
74
77
  char *releasevar_name;
75
78
 
76
 
  class FixRigidMultisphere *fix_rm;
77
79
};
78
80
 
79
81
}