[DOC] fix spelling

This commit is contained in:
danielque
2018-07-26 13:04:30 +02:00
parent d9abd3df0b
commit cdd416ec0a
35 changed files with 92 additions and 92 deletions

View File

@ -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.