release on 2012-07-17_15-53-04
This commit is contained in:
58
doc/dataExchangeModel_oneWayVTK.html
Normal file
58
doc/dataExchangeModel_oneWayVTK.html
Normal file
@ -0,0 +1,58 @@
|
||||
<HTML>
|
||||
<CENTER><A HREF = "http://www.cfdem.com">CFDEMproject WWW Site</A> - <A HREF = "CFDEMcoupling_Manual.html#comm">CFDEM Commands</A>
|
||||
</CENTER>
|
||||
|
||||
|
||||
|
||||
|
||||
<HR>
|
||||
|
||||
<H3>dataExchangeModel_oneWayVTK command
|
||||
</H3>
|
||||
<P><B>Syntax:</B>
|
||||
</P>
|
||||
<P>Defined in couplingProperties dictionary.
|
||||
</P>
|
||||
<PRE>dataExchangeModel oneWayVTK;
|
||||
oneWayVTKProps
|
||||
{
|
||||
DEMts timeStep;
|
||||
relativePath "path";
|
||||
couplingFilename "filename";
|
||||
maxNumberOfParticles number;
|
||||
};
|
||||
</PRE>
|
||||
<UL><LI><I>timeStep</I> = time step size of stored DEM data
|
||||
|
||||
<LI><I>path</I> = path to the VTK data files relative do simulation directory
|
||||
|
||||
<LI><I>filename</I> = filename of the VTK file series
|
||||
|
||||
<LI><I>number</I> = maximum nuber of particles in DEM simulation
|
||||
|
||||
|
||||
</UL>
|
||||
<P><B>Examples:</B>
|
||||
</P>
|
||||
<PRE>dataExchangeModel oneWayVTK;
|
||||
oneWayVTKProps
|
||||
{
|
||||
DEMts 0.0001;
|
||||
relativePath "../DEM/post";
|
||||
couplingFilename "vtk_out%4.4d.vtk";
|
||||
maxNumberOfParticles 30000;
|
||||
}
|
||||
</PRE>
|
||||
<P><B>Description:</B>
|
||||
</P>
|
||||
<P>The data exchange model performs the data exchange between the DEM code and the CFD code. The oneWayVTK model is a model that can exchange particle properties from DEM to CFD based on previously stored VTK data.
|
||||
</P>
|
||||
<P><B>Restrictions:</B>
|
||||
</P>
|
||||
<P>None.
|
||||
</P>
|
||||
<P><B>Related commands:</B>
|
||||
</P>
|
||||
<P><A HREF = "dataExchangeModel.html">dataExchangeModel</A>
|
||||
</P>
|
||||
</HTML>
|
||||
Reference in New Issue
Block a user