mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
64 lines
1.0 KiB
Plaintext
64 lines
1.0 KiB
Plaintext
"CFDEMproject Website"_lws - "Main Page"_main :c
|
|
|
|
:link(lws,http://www.cfdem.com)
|
|
:link(main,CFDEMcoupling_Manual.html)
|
|
|
|
:line
|
|
|
|
forceModel fieldStore command :h3
|
|
|
|
[Syntax:]
|
|
|
|
Defined in couplingProperties dictionary.
|
|
|
|
forceModels
|
|
(
|
|
fieldStore
|
|
);
|
|
fieldStoreProps
|
|
\{
|
|
scalarFieldNames
|
|
(
|
|
"scalarField"
|
|
);
|
|
vectorFieldNames
|
|
(
|
|
"vectorField"
|
|
);
|
|
\}; :pre
|
|
|
|
{scalarField} = names of the finite volume scalar fields to be stored :ulb,l
|
|
{vectorField} = names of the finite volume vector fields to be stored :l
|
|
:ule
|
|
|
|
[Examples:]
|
|
|
|
forceModels
|
|
(
|
|
fieldStore
|
|
);
|
|
fieldStoreProps
|
|
\{
|
|
scalarFieldNames
|
|
(
|
|
"voidfraction"
|
|
);
|
|
vectorFieldNames
|
|
(
|
|
"U"
|
|
);
|
|
\} :pre
|
|
|
|
[Description:]
|
|
|
|
This "forceModel" does not influence the particles or the flow - it is a tool to store a scalar/vector field! This is especially useful if you use a boundary condition which cannot interpreted correctly in your postporcessor (e.g. paraview).
|
|
|
|
[Restrictions:]
|
|
|
|
none.
|
|
|
|
[Related commands:]
|
|
|
|
"forceModel"_forceModel.html
|
|
|