mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: adjust some line lengths, doxygen comments
This commit is contained in:
@ -45,7 +45,8 @@ Usage
|
||||
List some information about the geometry
|
||||
|
||||
- \par -name \<name\>
|
||||
Provide alternative base name for export. Default is <tt>meshExport</tt>.
|
||||
Provide alternative base name for export.
|
||||
Default is <tt>meshExport</tt>.
|
||||
|
||||
- \par -noBaffles
|
||||
Remove any baffles by merging the faces.
|
||||
@ -57,7 +58,8 @@ Usage
|
||||
Use numbered patch/zone (not names) directly from ccm ids.
|
||||
|
||||
- \par -remap \<name\>
|
||||
use specified remapping dictionary instead of <tt>constant/remapping</tt>
|
||||
Use specified remapping dictionary instead of
|
||||
<tt>constant/remapping</tt>
|
||||
|
||||
- \par -scale \<factor\>
|
||||
Specify an alternative geometry scaling factor.
|
||||
@ -92,7 +94,8 @@ int main(int argc, char *argv[])
|
||||
(
|
||||
"Reads CCM files as written by PROSTAR/STARCCM and writes an OPENFOAM "
|
||||
" polyMesh. Multi-region support for PROSTAR meshes should be stable."
|
||||
" Multi-region merging for STARCCM meshes will not always be successful."
|
||||
" Multi-region merging for STARCCM meshes will not always be"
|
||||
" successful."
|
||||
);
|
||||
|
||||
argList::noParallel();
|
||||
|
||||
@ -44,10 +44,11 @@ Usage
|
||||
No backup of existing output files.
|
||||
|
||||
- \par -remap \<name\>
|
||||
use specified remapping dictionary instead of <tt>constant/remapping</tt>
|
||||
Use specified remapping dictionary instead of
|
||||
<tt>constant/remapping</tt>
|
||||
|
||||
- \par -results
|
||||
convert results only to CCM format
|
||||
Convert results only to CCM format
|
||||
|
||||
Note
|
||||
- No parallel data
|
||||
@ -207,7 +208,6 @@ int main(int argc, char *argv[])
|
||||
// #include "checkHasLagrangian.H"
|
||||
|
||||
IOobjectList objects(mesh, timeDirs[timeDirs.size()-1].name());
|
||||
// IOobjectList sprayObjects(mesh, Times[Times.size()-1].name(), "lagrangian");
|
||||
|
||||
forAll(timeDirs, timeI)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user