mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: perturbed sample points
This commit is contained in:
@ -83,9 +83,9 @@ sets
|
||||
type uniform;
|
||||
axis distance;
|
||||
|
||||
//- cavity
|
||||
start (0.02 0.051 0.005);
|
||||
end (0.06 0.051 0.005);
|
||||
//- cavity. Slightly perturbed so not to align with face or edge.
|
||||
start (0.0201 0.05101 0.00501);
|
||||
end (0.0601 0.05101 0.00501);
|
||||
nPoints 10;
|
||||
}
|
||||
|
||||
@ -103,8 +103,8 @@ sets
|
||||
//end ( 1 0.05 0.005);
|
||||
|
||||
//- cavity
|
||||
start (0.0 0.51 0.005);
|
||||
end (2 0.51 0.005);
|
||||
start (0.001 0.5101 0.00501);
|
||||
end (2.01 0.5101 0.00501);
|
||||
nPoints 10;
|
||||
}
|
||||
|
||||
@ -112,7 +112,7 @@ sets
|
||||
{
|
||||
type cloud;
|
||||
axis xyz;
|
||||
points ((0.049 0.049 0.005)(0.051 0.049 0.005));
|
||||
points ((0.049 0.049 0.00501)(0.051 0.049 0.00501));
|
||||
}
|
||||
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user