"CFDEMproject WWW Site"_lws - "CFDEM Commands"_lc :c :link(lws,http://www.cfdem.com) :link(lc,CFDEMcoupling_Manual.html#comm) :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