|
[Sponsors] |
November 26, 2020, 09:52 |
Time dependent gradient boundary condition
|
#1 |
New Member
Join Date: Sep 2018
Posts: 25
Rep Power: 8 |
Hello everyone!
As the title states I'm trying to imply a time dependant gradient as a boundary condition. You can find the formula I'm trying to implement on the boundary as attachment. The method I tried is using uniformFixedGradient and use an uniform value which is a polynomial. This looks as follows: Code:
inlet { type uniformFixedGradient; uniformValue polynomial ( (-2.82*T[0] 0.5)); } However I get the following error code Code:
keyword uniformGradient is undefined in dictionary "/0/T.boundaryField.inlet" file: /0/T.boundaryField.inlet from line 25 to line 26. From function const Foam::entry& Foam::dictionary::lookupEntry(const Foam::word&, bool, bool) const in file db/dictionary/dictionary.C at line 570. FOAM exiting Kind regards, Jeroen |
|
November 27, 2020, 09:36 |
|
#2 |
Senior Member
|
Hi Jeroen,
Personally I have not used this boundary condition, but the error message that you get is quite clear: Code:
keyword uniformGradient is undefined in dictionary "/0/T.boundaryField.inlet" Code:
uniformValue polynomial ( (-2.82*T[0] 0.5)); Best Regards, Tom |
|
November 30, 2020, 01:37 |
|
#3 | |
Senior Member
Mohammad Shakil Ahmmed
Join Date: Oct 2012
Location: AUS
Posts: 137
Rep Power: 15 |
Quote:
You can use groovyBC boundary conditions, which comes with swak4Foam, for your case. Shakil |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[swak4Foam] Time and Location Dependent Boundary Condition | uyelken | OpenFOAM Community Contributions | 0 | January 2, 2020 09:22 |
pimpleDyMFoam computation randomly stops | babapeti | OpenFOAM Running, Solving & CFD | 5 | January 24, 2018 06:28 |
Low Mixing time Problem | Mavier | CFX | 5 | April 29, 2013 01:00 |
plot over time | fferroni | OpenFOAM Post-Processing | 7 | June 8, 2012 08:56 |
Upgraded from Karmic Koala 9.10 to Lucid Lynx10.04.3 | bookie56 | OpenFOAM Installation | 8 | August 13, 2011 05:03 |