|
[Sponsors] |
Mach Number for post processing in flunet is not available.. |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 6, 2020, 00:48 |
Mach Number for post processing in flunet is not available..
|
#1 |
New Member
Rahul
Join Date: Jun 2019
Location: Pune
Posts: 23
Rep Power: 7 |
Hello everyone,
i'm doing similation of SF6 circuit braker (Simplified nozzle geometry). i want to know the mach number along length of nozzle. I have varioation of Sonic velocity with respect to temp. with me. how to do it? please help me out to resolve the issue.... i've tried using 1) Custom field function... Mach Number= |V|/sqrt(1.095*146*temperature) /* Sonic velocity = Sqrt(gamma*R*temp.) */ but it overpredicts mach number value 2) write udf for sonic velocity using macro DEFINE_ADJUST(SONIC_VELOCITY,d) and assigned memory to it.. and then defined mach number in Custom field function as Mach Number = |V|/ udm-17 this results in complete disaster.. it gives mach numer 7000-8000... 3)write udf for sonic velocity using macro DEFINE_EXECUTE_AT_END(SONIC_VELOCITY,d) and assigned memory to it.. and then defined mach number in UDF itself as Mach_number = C_V(c,t)/C_UDMI(c,t,Ma)... but still it is not working.. |
|
March 6, 2020, 03:52 |
Mach Number
|
#2 |
Senior Member
|
For post-processing within Fluent, Mach number is directly available under Velocity. Is it but showing up for you or do you want to define your own function for some other reason?
__________________
Regards, Vinerm PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority. |
|
March 6, 2020, 03:57 |
|
#3 |
New Member
Rahul
Join Date: Jun 2019
Location: Pune
Posts: 23
Rep Power: 7 |
mach number is not available under velocity...
it is available when i select air as material, but i'm using user defined SF6 material |
|
March 6, 2020, 04:25 |
Speed of Sound
|
#4 |
Senior Member
|
It is not about air but about density. Which model are you using for density of your material?
__________________
Regards, Vinerm PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority. |
|
March 6, 2020, 05:00 |
|
#5 | |
New Member
Rahul
Join Date: Jun 2019
Location: Pune
Posts: 23
Rep Power: 7 |
Quote:
properties are varying with temperature and pressure.. temperature range 300K - 35000k pressure range 1 bar- 10 bar regards, Rahul |
||
March 6, 2020, 05:26 |
Speed of Sound
|
#6 |
Senior Member
|
Yes, with UDF applied to density, Mach number is not available since Sound of Speed may or may not have been provided via UDF.
If all the properties are varying, then you have to use those properties to define Mach number, i.e., as well as R have to be defined in terms of and . Whether you do it in CFF or UDF, the property variations have to be taken into account.
__________________
Regards, Vinerm PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority. |
|
March 6, 2020, 05:32 |
|
#7 | |
New Member
Rahul
Join Date: Jun 2019
Location: Pune
Posts: 23
Rep Power: 7 |
Quote:
and tried as ststed in post... |
||
March 6, 2020, 05:41 |
Udf
|
#8 |
Senior Member
|
1. In the CFF, the properties you have used appear to be constant, at least, from the post
2. As far as UDF is concerned, I cannot comment until I look at it. DEFINE_ADJUST or DEFINE_EXECUTE_AT_END won't make a difference. And if you want to post process only the final solution, then use DEFINE_ON_DEMAND. But for the rest of the UDF, I need to have a look before I can say anthing.
__________________
Regards, Vinerm PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
AMI speed performance | danny123 | OpenFOAM | 21 | October 24, 2020 05:13 |
decomposePar problem: Cell 0contains face labels out of range | vaina74 | OpenFOAM Pre-Processing | 37 | July 20, 2020 06:38 |
DecomposePar unequal number of shared faces | maka | OpenFOAM Pre-Processing | 6 | August 12, 2010 10:01 |
[blockMesh] BlockMeshmergePatchPairs | hjasak | OpenFOAM Meshing & Mesh Conversion | 11 | August 15, 2008 08:36 |
Unaligned accesses on IA64 | andre | OpenFOAM | 5 | June 23, 2008 11:37 |