|
[Sponsors] |
![]() |
![]() |
#1 |
New Member
Russian Federation
Join Date: Apr 2020
Posts: 18
Rep Power: 7 ![]() |
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? |
|
![]() |
![]() |
![]() |
![]() |
#2 |
New Member
Karthik Thyagarjan
Join Date: Jul 2019
Posts: 4
Rep Power: 8 ![]() |
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. |
|
![]() |
![]() |
![]() |
![]() |
#3 | |
New Member
Russian Federation
Join Date: Apr 2020
Posts: 18
Rep Power: 7 ![]() |
Quote:
|
||
![]() |
![]() |
![]() |
![]() |
#4 |
Senior Member
TWB
Join Date: Mar 2009
Posts: 419
Rep Power: 20 ![]() |
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
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 06:13 |
multiphaseEulerFoam/tank discharge | ves | OpenFOAM Running, Solving & CFD | 8 | December 31, 2017 14:59 |
pressure and velocity in OpenFoam is smaller than Fluent | mechy | OpenFOAM | 4 | September 18, 2013 16:19 |
Need help with boundary conditions: open to atmosphere | Wolle | OpenFOAM | 2 | April 11, 2011 07:32 |
RasInterFoam STRANGE RESULTS AT BOUNDARY | kumar2 | OpenFOAM Running, Solving & CFD | 8 | March 24, 2008 18:38 |