|
[Sponsors] |
November 7, 2007, 11:53 |
calculate MASSFLOW for a component
|
#1 |
Guest
Posts: n/a
|
Hi pals! I wonder whether someone in the CFX Forum could help me. Calculating the massflow of a single fluid component through a plane is driving me crazy. I've alredy looked some info up in CFX-Post pdf, but the info there provided is not enough for me. I'm trying to simulate the flow through a intake manifold which ends in a ICE cylinder, as well as the injection process (it's an H2-ICE). I consider creating a new material, a VARIABLE COMPOSITION MIXTURE, whose components are Air and H2 (both ideal gases). The problem comes up when trying to calculate how much fuel has entered in the cylinder. I've alredy calculated the massflow of the mixture through a plane along the transient simulation, but I don't know how to do the same only for the hydrogen. I've tried using the following expression:
H2 Ideal Gas.massFlow()@Plane1 But the only result produced is the one I got when calculating the mixture massflow through the same plane. I know that there's a chance of programming in Perl the same expression, but I have no idea in which editor, or where to introduce the programmed sentences in CFX (pre or post?). I suppose that perhaps creating a Mixture disables the option of calculating the massflow of their components separatedly... I would be very grateful if someone who has dealed with a problem like this could help me. |
|
November 7, 2007, 12:41 |
Re: calculate MASSFLOW for a component
|
#2 |
Guest
Posts: n/a
|
Dear MAldaz,
Let us see, you want to compute the massflow of H2 through a 2D surface. massflow_H2 = integral of (rho_h2 * velocity dot normal * dA) the density of H2 can be also expressed as rho_mixture * mass_fraction_H2. Therefore, massflow_H2 = integral of (mass_fraction_H2 * rho_mixture * velocity dot normal * dA) That can be achieved using massFlowInt(H2.Mass Fraction)@Plane 1. Done. Always back to basics, so you can see what you can reuse of the available tools. All the best, Opaque |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Momentum source coefficient, cylindrical coordinates, circumferential component? | polakse | CFX | 15 | January 18, 2016 03:40 |
MassFlow Function? Absolute MassFlow? Failure in Caclulation | eRzBeNgEl | CFX | 0 | May 5, 2011 10:46 |
Add total mass using sources to multi component fluids | mullenc525 | CFX | 1 | February 5, 2011 05:56 |
ATTENTION! Reliability problems in CFX 5.7 | Joseph | CFX | 14 | April 20, 2010 16:45 |
UDF component in Cyliderical Velocity? | Hongchan Kim | FLUENT | 3 | April 24, 2001 13:20 |