|
[Sponsors] |
June 24, 2022, 04:08 |
Solving new implicit equation
|
#1 |
New Member
Max
Join Date: Feb 2022
Posts: 8
Rep Power: 4 |
Hey,
I`m wondering if there is a possibility to solve a implicit equation in fluent: Code:
C1 * v + (v * nabla) v = C2 or in components Code:
C1 * v_x + v * grad(v_x) = C2 C1 * v_y + v * grad(v_y) = C2 C1 * v_z + v * grad(v_z) = C2 To get my v, I can form this to a semi-implicit equation system to remove the coupling of the three equations but I donīt know, how to solve them in fluent... In openFOAM I could just define a fvScalarMatrix let the solver do his work but for fluent I have no plan how to do. I have also tried out to use the scalar transport equation but it does not work too. Any ideas about this? Or is it better to solve this equations external? Thanks in advance Max |
|
July 6, 2022, 06:57 |
|
#2 |
New Member
Max
Join Date: Feb 2022
Posts: 8
Rep Power: 4 |
Hey, its me again.
Nobody has an idea? |
|
March 11, 2024, 23:01 |
|
#3 | |
New Member
Join Date: Jan 2024
Posts: 3
Rep Power: 2 |
Quote:
Has your problem been solved? I have the same problem now. Apply spontaneous nonlinear equations to the source project. |
||
Tags |
implicit, pde |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
problem with Min/max rho | tH3f0rC3 | OpenFOAM | 8 | July 31, 2019 10:48 |
Free surface issues with interDyMFoam for hydroturbine | oumnion | OpenFOAM Running, Solving & CFD | 0 | October 6, 2017 15:05 |
Floating point exception error | lpz_michele | OpenFOAM Running, Solving & CFD | 53 | October 19, 2015 03:50 |
Orifice Plate with a fully developed flow - Problems with convergence | jonmec | OpenFOAM Running, Solving & CFD | 3 | July 28, 2011 06:24 |
Error while running rhoPisoFoam.. | nileshjrane | OpenFOAM Running, Solving & CFD | 8 | August 26, 2010 13:50 |