From cdd416ec0a2d3258a4ee6ac61e1b0cd11af37596 Mon Sep 17 00:00:00 2001 From: danielque Date: Thu, 26 Jul 2018 13:04:30 +0200 Subject: [PATCH] [DOC] fix spelling --- doc/CFDEMcoupling_about.txt | 2 +- doc/CFDEMcoupling_dicts.txt | 6 +++--- doc/CFDEMcoupling_models.txt | 4 ++-- doc/CFDEMcoupling_tutorials.txt | 4 ++-- doc/IOModel_sophIO.txt | 2 +- doc/cfdemSolverPiso.txt | 4 ++-- doc/chemistryModel_species.txt | 4 ++-- doc/forceModel_ArchimedesIB.txt | 2 +- doc/forceModel_BeetstraDrag.txt | 4 ++-- doc/forceModel_DiFeliceDrag.txt | 4 ++-- doc/forceModel_GidaspowDrag.txt | 6 +++--- doc/forceModel_KochHillDrag.txt | 4 ++-- doc/forceModel_LaEuScalarTemp.txt | 8 ++++---- doc/forceModel_fieldStore.txt | 2 +- doc/forceModel_fieldTimeAverage.txt | 2 +- doc/forceModel_particleCellVolume.txt | 2 +- doc/forceModel_volWeightedAverage.txt | 2 +- doc/forceSubModel.txt | 6 +++--- doc/forceSubModel_ImEx.txt | 2 +- doc/githubAccess_public.txt | 4 ++-- doc/liggghtsCommandModel.txt | 2 +- doc/liggghtsCommandModel_execute.txt | 2 +- doc/liggghtsCommandModel_runLiggghts.txt | 2 +- doc/liggghtsCommandModel_writeLiggghts.txt | 2 +- doc/meshMotionModel_noMeshMotion.txt | 2 +- doc/momCoupleModel.txt | 2 +- doc/momCoupleModel_implicitCouple.txt | 2 +- doc/smoothingModel.txt | 2 +- doc/smoothingModel_constDiffSmoothing.txt | 2 +- doc/voidFractionModel.txt | 12 +++++------ doc/voidFractionModel_GaussVoidFraction.txt | 16 +++++++-------- doc/voidFractionModel_IBVoidFraction.txt | 20 +++++++++---------- ...dFractionModel_bigParticleVoidFraction.txt | 18 ++++++++--------- doc/voidFractionModel_centreVoidFraction.txt | 12 +++++------ doc/voidFractionModel_dividedVoidFraction.txt | 14 ++++++------- 35 files changed, 92 insertions(+), 92 deletions(-) diff --git a/doc/CFDEMcoupling_about.txt b/doc/CFDEMcoupling_about.txt index d2acba70..3371eaa5 100644 --- a/doc/CFDEMcoupling_about.txt +++ b/doc/CFDEMcoupling_about.txt @@ -33,7 +33,7 @@ OpenFOAM\ |reg|\ (*) to include a coupling to the DEM code END_RST --> In this toolbox the particle representation within the CFD -solver is organized by "cloud" classes. Key functionalities are organised in +solver is organized by "cloud" classes. Key functionalities are organized in sub-models (e.g. force models, data exchange models, etc.) which can easily be selected and combined by dictionary settings. diff --git a/doc/CFDEMcoupling_dicts.txt b/doc/CFDEMcoupling_dicts.txt index 1c382000..3c70bf4b 100644 --- a/doc/CFDEMcoupling_dicts.txt +++ b/doc/CFDEMcoupling_dicts.txt @@ -59,12 +59,12 @@ exchanges. A useful procedure would be: -Set the DEM timestep in the LIGGGHTS input file according to the needs of the +Set the DEM time step in the LIGGGHTS input file according to the needs of the pure DEM problem. :olb,l -Set the {couplingInterval}, which refers to the DEM timesteps. Depending on the +Set the {couplingInterval}, which refers to the DEM time steps. Depending on the problem you will need to have a close (small couplingInterval) or loose coupling. :l -Choose the CFD timestep in the controlDict. It must be equal to or smaller than +Choose the CFD time step in the controlDict. It must be equal to or smaller than the coupling time, otherwise you will get the error: "Error - TS bigger than coupling interval!". :l,ole diff --git a/doc/CFDEMcoupling_models.txt b/doc/CFDEMcoupling_models.txt index 14a43de4..a2fa44d5 100644 --- a/doc/CFDEMcoupling_models.txt +++ b/doc/CFDEMcoupling_models.txt @@ -199,12 +199,12 @@ conductivity of the fluid phase in the presence of particles. SyamlalThermCond, ZehnerSchluenderThermCond, -noTherm :tb(c=2,ea=c) +off :tb(c=2,ea=c) 6.17 Void fraction models :h4 -The "voidfractionModel"_voidFractionModel.html keyword entry specifies the model +The "voidFractionModel"_voidFractionModel.html keyword entry specifies the model accounting for the volume of the particles in the CFD domain. "Gauss"_voidFractionModel_GaussVoidFraction.html, diff --git a/doc/CFDEMcoupling_tutorials.txt b/doc/CFDEMcoupling_tutorials.txt index 4526367a..a29301ea 100644 --- a/doc/CFDEMcoupling_tutorials.txt +++ b/doc/CFDEMcoupling_tutorials.txt @@ -12,7 +12,7 @@ Each solver of CFDEMcoupling comes with at least one tutorial example, showing its functionality and correct usage. Provided that the installation is correct, the tutorials can be run via "Allrun.sh" shell scripts. These scripts perform -all necessary steps (preprocessing, run, postprocessing, visualization). +all necessary steps (pre-processing, run, post-processing, visualization). [Location:] @@ -22,7 +22,7 @@ which can be reached by typing {cfdemTut} in a CLI terminal. [Structure:] Each case is structured in a directory called "CFD" covering the CFD relevant -settings and data, and a dirctory called "DEM" covering the DEM relevant +settings and data, and a directory called "DEM" covering the DEM relevant settings and data. This allows to easily expand a pure CFD or DEM simulation case to a coupled case. diff --git a/doc/IOModel_sophIO.txt b/doc/IOModel_sophIO.txt index c193be2d..98a5a0f5 100644 --- a/doc/IOModel_sophIO.txt +++ b/doc/IOModel_sophIO.txt @@ -21,7 +21,7 @@ IOModel sophIO; :pre [Description:] The {sophIO} model is based on the "basicIO"_IOModel_basicIO.html model and -additionally writes voidfraction, implicit forces and explicit forces. +additionally writes void fraction, implicit forces and explicit forces. Data is written every write time of the CFD simulation. diff --git a/doc/cfdemSolverPiso.txt b/doc/cfdemSolverPiso.txt index 8274f9ae..167a2b4a 100644 --- a/doc/cfdemSolverPiso.txt +++ b/doc/cfdemSolverPiso.txt @@ -15,7 +15,7 @@ cfdemSolverPiso command :h3 [Description:] -"cfdemSolverPiso" is a coupled CFD-DEM solver using CFDEMcoupling, an open +"cfdemSolverPiso" is a coupled CFD-DEM solver using CFDEMcoupling, an open-\ source parallel coupled CFD-DEM framework. Based on pisoFoam®(*), a finite volume based solver for turbulent Navier-Stokes equations applying the PISO algorithm, "cfdemSolverPiso" has additional functionality for a coupling to the @@ -24,7 +24,7 @@ DEM code "LIGGGHTS".