|
[Sponsors] |
March 29, 2017, 10:51 |
Local Film thickness data required
|
#1 |
New Member
Nitisha Ahuja
Join Date: Mar 2017
Posts: 14
Rep Power: 9 |
Is it possible to get local time varying film thickness at each cell of the wall. Or can I get local cell area and the film mass in that cell through which I can get local film thickness. I tried exporting mass data for a clip plane from Ensight, but the mass information I get seems not correct. For example for a film I am getting decrease in mass instead of increase in mass.
|
|
March 29, 2017, 11:39 |
|
#2 |
Member
Yajuvendra Shekhawat
Join Date: Mar 2017
Location: Convergent Science, Madison WI
Posts: 51
Rep Power: 9 |
Hi Nitisha,
You can get film height in your post files by adding film_ht in your post.in or through Converge Studio by Case Setup -> Output/Post Procesing -> Post variable selection -> Cells -> Boundary/Film -> Film -> Film Thickness Below is an example of post.in which outputs film thickness Code:
#!CONVERGE_VERSION=2.3.0 #======================= <cells> mass Cell mass (Kg). pressure Cell pressure (N/m^2). temp Cell temperature (K). velocity All three components of cell velocity (m/s). massfrac(IC8H18) Mass fraction of species, species name must appear exactly as in "mech.dat" or "species.in". massfrac(O2) Mass fraction of species, species name must appear exactly as in "mech.dat" or "species.in". massfrac(CO2) Mass fraction of species, species name must appear exactly as in "mech.dat" or "species.in". passive(INTAKE) passive_species value, passive_species name must appear exactly as in "species.in". passive(EXHAUST) passive_species value, passive_species name must appear exactly as in "species.in". passive(CYLINDER) passive_species value, passive_species name must appear exactly as in "species.in". eps Cell turbulence dissipation rate (m^2/s^3). tke Cell turbulent kinetic energy (m^2/s^2). film_ht Cell liquid film thickness (m). <parcels> radius Parcel radius (m). temp Parcel temperature (K). velocity All three components of parcel velocity (m/s). |
|
March 29, 2017, 11:42 |
|
#3 |
New Member
Nitisha Ahuja
Join Date: Mar 2017
Posts: 14
Rep Power: 9 |
Thanks a lot, but this will give me an average thickness on the impinging wall surface?
|
|
March 29, 2017, 11:45 |
|
#4 |
New Member
Nitisha Ahuja
Join Date: Mar 2017
Posts: 14
Rep Power: 9 |
Okk... I get it now. Can I get cell area also the same way?
|
|
March 29, 2017, 12:18 |
|
#5 |
Member
Yajuvendra Shekhawat
Join Date: Mar 2017
Location: Convergent Science, Madison WI
Posts: 51
Rep Power: 9 |
Cell boundary area is not a standard output. But you can create a non-transport passive and use UDF to assign the boundary area to this passive, and output that in your post file.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[General] Extracting ParaView Data into Python Arrays | Jeffzda | ParaView | 30 | November 6, 2023 22:00 |
courant number increases to rather large values | 6863523 | OpenFOAM Running, Solving & CFD | 22 | July 6, 2023 00:48 |
CFD by anderson, chp 10.... supersonic flow over flat plate | varunjain89 | Main CFD Forum | 18 | May 11, 2018 08:31 |
Stuck in a Rut- interDyMFoam! | xoitx | OpenFOAM Running, Solving & CFD | 14 | March 25, 2016 08:09 |
Version 15 on Mac OS X | gschaider | OpenFOAM Installation | 113 | December 2, 2009 11:23 |