|
[Sponsors] |
Can laplacianFoam solve transient heat conduction equation? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 30, 2020, 14:52 |
Can laplacianFoam solve transient heat conduction equation?
|
#1 |
Senior Member
Mandeep Shetty
Join Date: Apr 2016
Posts: 188
Rep Power: 10 |
It is my understanding that the laplacianFoam solver is used to solve the Laplace equation that arises during some modeling. But Laplace equation doesn't have a transient term or source term. So how can the laplacianFoam solve the transinet heat conduction equation? Shouldn't it be named 'diffusionFoam'?
|
|
February 13, 2020, 18:33 |
|
#2 |
Senior Member
Herpes Free Engineer
Join Date: Sep 2019
Location: The Home Under The Ground with the Lost Boys
Posts: 931
Rep Power: 13 |
I would create a feature request issue in GitLab.
Having said that, usually, once a name for a functionality is released, it stucks even though more suitable alternatives emerge in the course of time, because of a virtual must to ensure the backward compatibility. Workflows of users should not be broken unless becomes a must. If there would be very few users for OF, it would be very easy to make such changes. OF has a large habitat nevertheless, so any change will disturb the users and developers. So why bother? Living with it is wise for such matters.
__________________
The OpenFOAM community is the biggest contributor to OpenFOAM: User guide/Wiki-1/Wiki-2/Code guide/Code Wiki/Journal Nilsson/Guerrero/Holzinger/Holzmann/Nagy/Santos/Nozaki/Jasak/Primer Governance Bugs/Features: OpenFOAM (ESI-OpenCFD-Trademark) Bugs/Features: FOAM-Extend (Wikki-FSB) Bugs: OpenFOAM.org How to create a MWE New: Forkable OpenFOAM mirror |
|
February 18, 2020, 05:51 |
|
#3 |
Super Moderator
Tobias Holzmann
Join Date: Oct 2010
Location: Bad Wörishofen
Posts: 2,711
Blog Entries: 6
Rep Power: 52 |
Dear all,
I cannot agree about the statement that the laplacianFoam does not include the time derivative. So if you check the code we certainly see: Code:
fvScalarMatrix TEqn ( fvm::ddt(T) - fvm::laplacian(DT, T) == fvOptions(T) );
__________________
Keep foaming, Tobias Holzmann |
|
February 18, 2020, 08:24 |
|
#4 | |
Senior Member
Mandeep Shetty
Join Date: Apr 2016
Posts: 188
Rep Power: 10 |
Quote:
|
||
February 18, 2020, 14:19 |
|
#5 |
Senior Member
Herpes Free Engineer
Join Date: Sep 2019
Location: The Home Under The Ground with the Lost Boys
Posts: 931
Rep Power: 13 |
Would you please make a feature/documentation request in GitLab, if possible, then by referring this CFD-Online thread: GitLab-Issuer.
__________________
The OpenFOAM community is the biggest contributor to OpenFOAM: User guide/Wiki-1/Wiki-2/Code guide/Code Wiki/Journal Nilsson/Guerrero/Holzinger/Holzmann/Nagy/Santos/Nozaki/Jasak/Primer Governance Bugs/Features: OpenFOAM (ESI-OpenCFD-Trademark) Bugs/Features: FOAM-Extend (Wikki-FSB) Bugs: OpenFOAM.org How to create a MWE New: Forkable OpenFOAM mirror Last edited by HPE; February 18, 2020 at 17:52. |
|
February 18, 2020, 17:45 |
|
#6 |
Super Moderator
Tobias Holzmann
Join Date: Oct 2010
Location: Bad Wörishofen
Posts: 2,711
Blog Entries: 6
Rep Power: 52 |
Ah got it. Sorry.
So actually the laplacianFoam should not include the time derivative. I am not sure but I had the feeling that it was once without the time derivative. Nevertheless... I got your point If I am still not on the right way, please just write down the equation Tobi
__________________
Keep foaming, Tobias Holzmann |
|
Tags |
heat conduction, laplace equation, laplacianfoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Setting the height of the stream in the free channel | kevinmccartin | CFX | 12 | October 13, 2022 22:43 |
Fluent do not use my velocity field(by UDF) to solve energy equation | tangleiplus | Fluent UDF and Scheme Programming | 6 | January 21, 2019 22:28 |
mass flow in is not equal to mass flow out | saii | CFX | 12 | March 19, 2018 06:21 |
non Fourier heat conduction (hyperbolic heat conduction) | ars511 | FLUENT | 1 | May 26, 2017 23:14 |
Error - Solar absorber - Solar Thermal Radiation | MichaelK | CFX | 12 | September 1, 2016 06:15 |