Skip to content
Snippets Groups Projects
Commit d4cfddab authored by Martin Bauer's avatar Martin Bauer
Browse files

Documentation fix

parent ad5d68d2
No related merge requests found
...@@ -44,8 +44,8 @@ namespace initializer { ...@@ -44,8 +44,8 @@ namespace initializer {
* *
* 1) Setup * 1) Setup
* - setConfigBlock: complete configuration block * - setConfigBlock: complete configuration block
* Example: a) setting boundary { NoSlip {} } or { UBB{ vel: 0.1; } } * Example: a) setting boundary { NoSlip {} } or { UBB{ vel 0.1; } }
* b) setting flag { flag: fluid; } also allowed for boundaries { flag: NoSlip } * b) setting flag { flag fluid; } also allowed for boundaries { flag NoSlip; }
* *
* - setBoundaryConfigBlock( BoundaryUID, config::block) * - setBoundaryConfigBlock( BoundaryUID, config::block)
* setting boundaryUID with configuration as config::block * setting boundaryUID with configuration as config::block
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment