mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: update tutorials to use dictionary-style sets
- can now specify sampled sets as dictionary entries instead of a list
entry.
can now use: sets { ... }
instead of: sets ( ... );
This is similar to sampled surfaces and makes it easier to
manage with dictionary manipulation tools.
TUT: update to use writeTime instead of outputTime
This commit is contained in:
@ -19,7 +19,7 @@ fields
|
||||
);
|
||||
|
||||
sets
|
||||
(
|
||||
{
|
||||
lineZ1
|
||||
{
|
||||
type midPoint;
|
||||
@ -28,7 +28,7 @@ sets
|
||||
end (0 0 6001);
|
||||
nPoints 200;
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
// *********************************************************************** //
|
||||
|
||||
Reference in New Issue
Block a user