STYLE: Replace tabs by 4 spaces in bin, tutorials, src, ... & clean-up by hand
This commit is contained in:
parent
db5b22a978
commit
a9ef31fa39
11 changed files with 107 additions and 109 deletions
|
@ -86,9 +86,7 @@ class profilingPool
|
|||
// Private Member Functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
profilingPool(
|
||||
const profilingPool&
|
||||
);
|
||||
profilingPool(const profilingPool&);
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
void operator=(const profilingPool&);
|
||||
|
@ -103,7 +101,8 @@ class profilingPool
|
|||
// Constructors
|
||||
|
||||
//- Construct null
|
||||
profilingPool(
|
||||
profilingPool
|
||||
(
|
||||
const IOobject&,
|
||||
const Time&
|
||||
);
|
||||
|
@ -142,14 +141,13 @@ class profilingPool
|
|||
|
||||
protected:
|
||||
|
||||
static void initProfiling(
|
||||
static void initProfiling
|
||||
(
|
||||
const IOobject&,
|
||||
const Time&
|
||||
);
|
||||
|
||||
static void stopProfiling(
|
||||
const Time&
|
||||
);
|
||||
static void stopProfiling(const Time&);
|
||||
|
||||
public:
|
||||
|
||||
|
|
|
@ -23,50 +23,50 @@ objectRefinements
|
|||
|
||||
ear1
|
||||
{
|
||||
cellSize 20.1;
|
||||
p0 ( -100 1873 -320 );
|
||||
p1 ( -560 1400 0 );
|
||||
radius0 200;
|
||||
radius1 200;
|
||||
type cone;
|
||||
cellSize 20.1;
|
||||
p0 ( -100 1873 -320 );
|
||||
p1 ( -560 1400 0 );
|
||||
radius0 200;
|
||||
radius1 200;
|
||||
type cone;
|
||||
}
|
||||
|
||||
ear2
|
||||
{
|
||||
cellSize 20.1;
|
||||
p0 ( -650 1873 -620 );
|
||||
p1 ( -670 1300 0 );
|
||||
radius0 200;
|
||||
radius1 200;
|
||||
type cone;
|
||||
cellSize 20.1;
|
||||
p0 ( -650 1873 -620 );
|
||||
p1 ( -670 1300 0 );
|
||||
radius0 200;
|
||||
radius1 200;
|
||||
type cone;
|
||||
}
|
||||
|
||||
/*
|
||||
insideTheBody
|
||||
{
|
||||
cellSize 20.1;
|
||||
centre ( 0 700 0 );
|
||||
radius 50;
|
||||
refinementThickness 50;
|
||||
type sphere;
|
||||
cellSize 20.1;
|
||||
centre ( 0 700 0 );
|
||||
radius 50;
|
||||
refinementThickness 50;
|
||||
type sphere;
|
||||
}
|
||||
|
||||
muzzlePiercing
|
||||
{
|
||||
cellSize 20.1;
|
||||
p0 ( -750 1000 450 );
|
||||
p1 ( -750 1500 450 );
|
||||
type line;
|
||||
cellSize 20.1;
|
||||
p0 ( -750 1000 450 );
|
||||
p1 ( -750 1500 450 );
|
||||
type line;
|
||||
}
|
||||
|
||||
tail
|
||||
{
|
||||
cellSize 20.1;
|
||||
centre ( 500 500 150 );
|
||||
lengthX 100;
|
||||
lengthY 150;
|
||||
lengthZ 200;
|
||||
type box;
|
||||
cellSize 20.1;
|
||||
centre ( 500 500 150 );
|
||||
lengthX 100;
|
||||
lengthY 150;
|
||||
lengthZ 200;
|
||||
type box;
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
|
Reference in a new issue