|
[Sponsors] |
April 3, 2020, 02:39 |
Non-uniform transport properties in openFoam
|
#1 |
New Member
Russian Federation
Join Date: Apr 2020
Posts: 18
Rep Power: 6 |
Hello
In the dictionary transportProperties, we set transport properties that are constant. Does OpenFOAM have possibility to set non-uniform transport properties that are functions of coordinates and time? For example, let me want to solve transport equation \f[ \ddt{T} = \div ( D(x, t) \grad T ) \f] If D is constant, I just will type in transportProperties, e.g., as follows: D 0.1 But is there a possibility to set D as a function? |
|
April 20, 2020, 03:33 |
Yes variable transport is possible
|
#2 |
New Member
Karthik Thyagarjan
Join Date: Jul 2019
Posts: 4
Rep Power: 7 |
The implementation is a bit tricky.
You need to create a separate header with function to modify the 'D' at each cell value during runtime. you an take existing fields as input. I did an implementation where i took the transport properties from a external source for multi-component transport model. |
|
April 20, 2020, 05:19 |
|
#3 | |
New Member
Russian Federation
Join Date: Apr 2020
Posts: 18
Rep Power: 6 |
Quote:
|
||
November 2, 2023, 22:04 |
|
#4 |
Senior Member
TWB
Join Date: Mar 2009
Posts: 414
Rep Power: 19 |
Hi, any update?
Is it possible to use something like this below (similar to initial condition)? inlet { type uniformFixedValue; uniformValue table ( (0 (0 0 0)) (0.0008 (4270 0 0)) ); } |
|
Tags |
transport coefficient, transportproperties |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
FOAM FATAL ERROR: Maximum number of iterations exceeded: 100 | antoniomollo | OpenFOAM Running, Solving & CFD | 5 | March 2, 2023 07:13 |
multiphaseEulerFoam/tank discharge | ves | OpenFOAM Running, Solving & CFD | 8 | December 31, 2017 15:59 |
pressure and velocity in OpenFoam is smaller than Fluent | mechy | OpenFOAM | 4 | September 18, 2013 17:19 |
Need help with boundary conditions: open to atmosphere | Wolle | OpenFOAM | 2 | April 11, 2011 08:32 |
RasInterFoam STRANGE RESULTS AT BOUNDARY | kumar2 | OpenFOAM Running, Solving & CFD | 8 | March 24, 2008 19:38 |