|
[Sponsors] |
May 11, 2017, 12:18 |
Trouble understanding the OpenFOAM userguide
|
#1 |
New Member
huangkai
Join Date: May 2017
Posts: 3
Rep Power: 9 |
I'm a new of studying the OpenFOAM, when i read the 5.3, i can't understand the syntax below:
uniformValue table ((0 0) (10 2)) ???? The guide says inline list of (time value pairs; interpolates values linearly between times)? What's the meaning of it? Thank you for your hep. |
|
May 12, 2017, 03:48 |
|
#2 | |
Senior Member
Kevin van As
Join Date: Sep 2014
Location: TU Delft, The Netherlands
Posts: 252
Rep Power: 21 |
It is inlined, so if we "outline" it for clarity, it would look like:
Code:
uniformValue <-- apply the same value to every cell (homogeneous/uniform) table <-- this is the value to-be-applied <-- we use a look-up table to apply a different value at different times. ( <-- start a list (0 0) <-- tuple "at t=0, value=0" (10 2) <-- tuple "at t=10, value=2" ) <-- end the list Quote:
|
||
Tags |
table ((0 0) (10 2)) |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
OpenFOAM 4.0 Released | CFDFoundation | OpenFOAM Announcements from OpenFOAM Foundation | 2 | October 6, 2017 06:40 |
OpenFOAM v3.0+ ?? | SBusch | OpenFOAM | 22 | December 26, 2016 15:24 |
OpenFOAM Training Jan-Apr 2017, Virtual, London, Houston, Berlin | cfd.direct | OpenFOAM Announcements from Other Sources | 0 | September 21, 2016 12:50 |
OpenFOAM Training, London, Chicago, Munich, Houston 2016-2017 | cfd.direct | OpenFOAM Announcements from Other Sources | 0 | September 14, 2016 04:19 |
Suggestion for a new sub-forum at OpenFOAM's Forum | wyldckat | Site Help, Feedback & Discussions | 20 | October 28, 2014 10:04 |