release on 2012-07-17_15-56-10

This commit is contained in:
cfdem
2012-07-17 15:56:10 +02:00
parent 811a525493
commit 0323774ed4
1167 changed files with 81304 additions and 0 deletions

34
doc/meshMotionModel.html Normal file
View File

@ -0,0 +1,34 @@
<HTML>
<CENTER><A HREF = "http://www.cfdem.com">CFDEMproject WWW Site</A> - <A HREF = "CFDEMcoupling_Manual.html#comm">CFDEM Commands</A>
</CENTER>
<HR>
<H3>meshMotionModel command
</H3>
<P><B>Syntax:</B>
</P>
<P>Defined in couplingProperties dictionary.
</P>
<PRE>meshMotionModel model;
</PRE>
<UL><LI>model = name of the meshMotionModel to be applied
</UL>
<P><B>Examples:</B>
</P>
<PRE>meshMotionModel noMeshMotion;
</PRE>
<P>Note: This examples list might not be complete - please look for other models (meshMotionModel_XY) in this documentation.
</P>
<P><B>Description:</B>
</P>
<P>The meshMotionModel is the base class for models which manipulate the CFD mesh according to the DEM mesh motion.
</P>
<P><B>Restrictions:</B> none.
</P>
<P><B>Default:</B> none.
</P>
</HTML>