|
[Sponsors] |
February 12, 2013, 16:19 |
|
#41 | |
Senior Member
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 27 |
Quote:
where did you find this commands of Riemann ?are these related to riemann boundary conditions? |
||
February 12, 2013, 16:49 |
|
#42 |
Senior Member
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 27 |
hi prasant.which terms of the controlDict you mentioned i should add to my controlDict for averaging?
ok.i set T az zeroGradient but now velocity is growing very high and becomes supersonic that causes explosion in continuity and diverging occurs. what has you done about that? |
|
February 12, 2013, 16:52 |
|
#43 |
Senior Member
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 27 |
Im working on Wave Rotor that ia like turbochargers as I told before.could anyone send me a case of turbocharger as a good starting point?
any help or idea about this subject is appreciated. |
|
April 19, 2013, 13:50 |
|
#44 |
Senior Member
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 27 |
which functionObjects can use to get it in output?
Code:
MassFlows: inlet_0 = 12.5882 MassFlows: outlet_0 = 9.82064 |
|
April 19, 2013, 13:54 |
|
#45 |
New Member
Join Date: Oct 2011
Posts: 27
Rep Power: 15 |
functions
( MassFlow { type patchMassFlow; functionObjectLibs ( "libsimpleFunctionObjects.so" ); verbose true; patches ( inlet_patch outlet_patch ); factor 1;// or whatever is the number of repetition } ) |
|
April 19, 2013, 14:03 |
|
#46 |
Senior Member
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 27 |
thanks.
does it write mass flow rate in each time step or until that time step(total mass)? and is there such function for total pressure?(average) |
|
April 19, 2013, 14:18 |
|
#47 |
New Member
Join Date: Oct 2011
Posts: 27
Rep Power: 15 |
Not sure If I understood what you meant.
It writes the area-based average mass flow everytime the console outputs new values. It can also output average pressure with the following: areaAverage { type patchAverage; functionObjectLibs ( "libsimpleFunctionObjects.so" ); verbose true; fields ( p); patches ( outlet_patch inlet_patch ); factor 1; } About total quantities, it only works if they are computed by the solver (if your solver doesn't do it, you have to implement it). When you do that, just replace the p-field with p_total. Other option is to open paraview and use the python calculator. It is not so good but once you have a converged solution is the same.. |
|
April 19, 2013, 15:00 |
|
#48 |
Senior Member
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 27 |
thanks.I should make it in createFields.H?
do you know an example to this? |
|
April 20, 2013, 11:52 |
|
#49 |
New Member
Join Date: Oct 2011
Posts: 27
Rep Power: 15 |
you have to create an object in createFields and then specify the solver to calculate it.
something like: in createFields: volScalarField ptotal ( IOobject ( "ptotal", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE ), \\put here the expression of total pressure ); and then before the runtime.write() at solver.C you write ptotal=expression of total pressure; You probably will want to create another object for absolute Mach. To do this you will probably need another object for gamma. |
|
May 5, 2014, 04:32 |
|
#50 |
New Member
Join Date: May 2011
Posts: 28
Rep Power: 15 |
Hi jyothishkumar, i have met the same issues. I have tried a lot, but still faield. How do you solve your problem?
|
|
May 26, 2014, 02:47 |
No convergence with transonicMRFDyMFOAM
|
#51 |
Senior Member
Join Date: Sep 2013
Location: Bangalore India
Posts: 134
Rep Power: 13 |
Dear FOAMERS
I am trying to simulate radial inflow turbine passage with transonicMRFDyMFOAM. And tried with all possible temperature and pressure values but not able to get the conerged results for mass. Please take a look at my Boundary Conditions and canstant files and suggest me how can i get the converged results. Regards, Sangamesh Hosur |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Compressible flow, no data at the outlet | mireis | FLUENT | 6 | September 3, 2015 03:10 |
Natural Convection using Compressible Flow (chtMultiRegionFOAM) | msarkar | OpenFOAM | 2 | September 7, 2010 01:13 |
help with compressible flow BC's (need subsonic flow) | meangreen | Main CFD Forum | 5 | July 24, 2010 14:16 |
Compressible Fluid Flow in COMSOL Multiphysics | BBG | COMSOL | 1 | November 19, 2008 15:05 |
Solving unsteady compressible low speed flow | atit | Main CFD Forum | 8 | July 31, 2000 14:19 |