mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
59 lines
1.3 KiB
HTML
59 lines
1.3 KiB
HTML
<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 number 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>
|