mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
release on 2012-07-17_15-56-10
This commit is contained in:
45
doc/dataExchangeModel_twoWayFiles.txt
Normal file
45
doc/dataExchangeModel_twoWayFiles.txt
Normal file
@ -0,0 +1,45 @@
|
||||
"CFDEMproject WWW Site"_lws - "CFDEM Commands"_lc :c
|
||||
|
||||
:link(lws,http://www.cfdem.com)
|
||||
:link(lc,CFDEMcoupling_Manual.html#comm)
|
||||
|
||||
:line
|
||||
|
||||
dataExchangeModel_twoWayFiles command :h3
|
||||
|
||||
[Syntax:]
|
||||
|
||||
Defined in couplingProperties dictionary.
|
||||
|
||||
dataExchangeModel twoWayFiles;
|
||||
twoWayFilesProps
|
||||
\{
|
||||
couplingFilename "filename";
|
||||
maxNumberOfParticles number;
|
||||
\}; :pre
|
||||
|
||||
{filename} = filename of the VTK file series :ulb,l
|
||||
{number} = maximum nuber of particles in DEM simulation :l
|
||||
:ule
|
||||
|
||||
[Examples:]
|
||||
|
||||
dataExchangeModel twoWayFiles;
|
||||
twoWayFilesProps
|
||||
\{
|
||||
couplingFilename "vtk_out%4.4d.vtk";
|
||||
maxNumberOfParticles 30000;
|
||||
\} :pre
|
||||
|
||||
[Description:]
|
||||
|
||||
The data exchange model performs the data exchange between the DEM code and the CFD code. The twoWayFiles model is a model that can exchange particle properties from DEM to CFD and from CFD to DEM. Data is exchanged via files that are sequentially written/read by the codes.
|
||||
|
||||
[Restrictions:]
|
||||
|
||||
Developed only for two processors, one for DEM and on for CFD run.
|
||||
|
||||
[Related commands:]
|
||||
|
||||
"dataExchangeModel"_dataExchangeModel.html
|
||||
|
||||
Reference in New Issue
Block a user