mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
67 lines
1.1 KiB
Plaintext
67 lines
1.1 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"_CFDEMcoupling_dicts.html#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 "force model" 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 post-processor (e.g. paraview).
|
|
|
|
[Restrictions:]
|
|
|
|
none
|
|
|
|
[Related commands:]
|
|
|
|
"forceModel"_forceModel.html
|
|
|