CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT > Fluent UDF and Scheme Programming

Solving new implicit equation

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 24, 2022, 03:08
Default Solving new implicit equation
  #1
New Member
 
Max
Join Date: Feb 2022
Posts: 8
Rep Power: 4
Maxxxx is on a distinguished road
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
where C1 and C2 are known constants and v is a vector field.


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
Maxxxx is offline   Reply With Quote

Old   July 6, 2022, 05:57
Default
  #2
New Member
 
Max
Join Date: Feb 2022
Posts: 8
Rep Power: 4
Maxxxx is on a distinguished road
Hey, its me again.



Nobody has an idea?
Maxxxx is offline   Reply With Quote

Old   March 11, 2024, 22:01
Default
  #3
New Member
 
Join Date: Jan 2024
Posts: 2
Rep Power: 0
tomsjerry is on a distinguished road
Quote:
Originally Posted by Maxxxx View Post
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
where C1 and C2 are known constants and v is a vector field.


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
Hello,
Has your problem been solved? I have the same problem now. Apply spontaneous nonlinear equations to the source project.
tomsjerry is offline   Reply With Quote

Reply

Tags
implicit, pde

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
problem with Min/max rho tH3f0rC3 OpenFOAM 8 July 31, 2019 09:48
Free surface issues with interDyMFoam for hydroturbine oumnion OpenFOAM Running, Solving & CFD 0 October 6, 2017 14:05
Floating point exception error lpz_michele OpenFOAM Running, Solving & CFD 53 October 19, 2015 02:50
Orifice Plate with a fully developed flow - Problems with convergence jonmec OpenFOAM Running, Solving & CFD 3 July 28, 2011 05:24
Error while running rhoPisoFoam.. nileshjrane OpenFOAM Running, Solving & CFD 8 August 26, 2010 12:50


All times are GMT -4. The time now is 01:36.