CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

How to describe the momentum equation?

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 2 Post By arjun

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 11, 2021, 09:35
Post How to describe the momentum equation?
  #1
New Member
 
Gao Shangya
Join Date: Oct 2021
Posts: 18
Rep Power: 4
Harlotte is on a distinguished road
Hello everyone,

I am currently working on my masters thesis which is about writing a code in Matlab to describe the simulation of a gas exchange in an hydrogen combustion engine.And now I am trying to writing a code( compressible and dimensional).But I am really confused with the gas viscosity. I want to neglect the viscosity because the viscosity of air ambient temperature is so small.When I look for some information to support my idea but I found nothing.
The compression and heating of gas are not considered.
Air enters the engine cylinder at a certain speed (20m/s).

I would be very grateful if you could give me some advice
Harlotte is offline   Reply With Quote

Old   November 12, 2021, 03:09
Default
  #2
Senior Member
 
Arjun
Join Date: Mar 2009
Location: Nurenberg, Germany
Posts: 1,273
Rep Power: 34
arjun will become famous soon enougharjun will become famous soon enough
Based on my experience with such methods, i would just leave the viscosity out for the start. You will get very reasonable results in this case without it too.

Then once you see everything working, add the viscosity.
aerosayan and aero_head like this.
arjun is offline   Reply With Quote

Old   November 12, 2021, 08:13
Default
  #3
Senior Member
 
Sayan Bhattacharjee
Join Date: Mar 2020
Posts: 495
Rep Power: 8
aerosayan is on a distinguished road
As @arjun said, viscosity won't even matter there too much.


You might get away with only writing a compressible inviscid NS solver, which is basically a Euler solver. I hope someone corrects me if I'm wrong, but you might not even require to code turbulence models, since turbulence models are needed to make the set of linear equations solvable by having enough equations for enough unknowns.
Since Euler equations don't have any left over unknowns (i.e they have enough equations for the unknown variables), they don't require more equations like the turbulence models to make them solvable.


If it's true, you don't even need velocity-pressure coupling methods like SIMPLE.
So, your work might get reduced if my assumptions are scientifically correct.

But I'm not sure if Euler solvers are stable for subsonic conditions.
I only used them for supersonic/hypersonic flows.


If I'm wrong, someone has to kindly correct me.
aerosayan is offline   Reply With Quote

Reply

Tags
matlab codes for cfd


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
Setting the height of the stream in the free channel kevinmccartin CFX 12 October 13, 2022 21:43
How to manually add Boussinesq Approximation to the momentum equation of a solver? chymalaia OpenFOAM Programming & Development 2 February 5, 2021 09:07
add a pressure drop term in the momentum equation a.lone FLUENT 0 July 3, 2019 06:48
Domain Reference Pressure and mass flow inlet boundary AdidaKK CFX 75 August 20, 2018 05:37
Coefficients discretized momentum equation michujo Main CFD Forum 4 June 20, 2012 01:33


All times are GMT -4. The time now is 17:59.