|
[Sponsors] |
April 6, 2022, 05:09 |
DEFINE_SOURCE - implicit
|
#1 |
Member
Chris
Join Date: Dec 2020
Posts: 45
Rep Power: 5 |
Hey,
short (and maybe simple) question. I wold like to use scalar transport equation with an source term which is a function of my scalar itself meaning: HTML Code:
dC/dt + v * grad(C) = - alpha * C HTML Code:
source = - alpha * C HTML Code:
ds[eqn] = - alpha Thanks for any help in advance Chris |
|
April 6, 2022, 05:18 |
|
#2 |
Senior Member
Alexander
Join Date: Apr 2013
Posts: 2,363
Rep Power: 34 |
from my understanding there are two options for you:
1. use DEFINE_INIT function to set your scalar values (C = 0, as you told) 2. initialize steady state simulation, patch your scalar = 0, everywhere. On BC you put some value explicitly anyway. Calculate -> so you will get some scalar distribution. Switch to transient, continue simulation
__________________
best regards ****************************** press LIKE if this message was helpful |
|
April 6, 2022, 05:31 |
|
#3 |
Member
Chris
Join Date: Dec 2020
Posts: 45
Rep Power: 5 |
Hi and thank you for the quick answer.
Sorry but I donīt understand, whatīs the advantage of 1. for my code... If Iīm using UDS, it should be initialize with zero everywhere... And under boundary conditions in fluent, I can define the value at the inlet... But my problem is that if I give a value of my cells to the source it is the one from previous step and not explicit? Isnīt a fully implicit source term possible? I have also done some simulations using OpenFOAM and there I can just define if fully implicit. Thanks in advance Chris |
|
Tags |
define_source, implicit explicit |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Implicit vs Explicit Method | Matteo991 | Main CFD Forum | 15 | June 19, 2020 07:17 |
implicit solving of WaveEquations | knutolafson | OpenFOAM Programming & Development | 6 | August 24, 2019 06:07 |
Implicit and Explicit finite difference discretization of steady state heat conductio | granzer | Main CFD Forum | 14 | May 3, 2019 16:24 |
VOF Implicit formulation divergence issue | hamed.majeed | FLUENT | 0 | February 18, 2018 15:01 |
Can anybody give a introduction of the term "point implicit" and 'line implicit' ? | Tommy Chen | Main CFD Forum | 2 | August 3, 2015 04:30 |