|
[Sponsors] |
Convert / transfer Fluent data to OpenFOAM 3.x |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 9, 2016, 06:50 |
Convert / transfer Fluent data to OpenFOAM 3.x
|
#1 |
New Member
Join Date: Feb 2016
Posts: 8
Rep Power: 10 |
Hi I'm trying to convert my steady state solutions from fluent to openfoam. Mesh and boundary conditions work fine. I tried using writeCellCentres combined with exporting my solution data in fluent to the Cellcenters, but ccx/ccy files don't follow the mesh exactly (digitizing). This makes mapping the data via Python kinda difficult. Maybe I'm googling wrong but i could not find any good solutions. Help would be greatly appreciated.
|
|
September 13, 2016, 10:31 |
|
#2 |
New Member
Join Date: Feb 2016
Posts: 8
Rep Power: 10 |
Okay i found a possible way to do this in python. The idea is to use the ccx and ccy files, take one point, and calculate the difference ((cxx-x)**2+(cyy-y)**2 )**.5 to all points in the fluent file. the minimum is then mapped to the point in the openfoam data file. not finished yet but i guess this will work.
|
|
September 13, 2016, 22:54 |
|
#3 |
Senior Member
Huynh Phong Thanh
Join Date: Aug 2013
Location: Ho Chi Minh City
Posts: 105
Rep Power: 13 |
You can use fluent3DMeshToFoam to import mesh and fluentDataToFoam to import data to OF
|
|
September 14, 2016, 11:00 |
|
#4 |
New Member
Join Date: Feb 2016
Posts: 8
Rep Power: 10 |
Hi hiuluom,
thank you for your answer. I already used to import the mesh via fluentMeshToFoam\fluent3DMeshToFoam. I read about fluentDataToFoam but I am not sure how to use it in Version 3.0.x of OpenFOAM. If you know a link pointing me towards the use of fluentDataToFoam, it would be greatly appreciated. |
|
Tags |
conversion, data, fluent, openfoam, transfer |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
looking for a smart interface matlab fluent | chary | FLUENT | 24 | June 18, 2021 10:07 |
Fluent Tutorial on Heat transfer | Far | FLUENT | 15 | July 29, 2017 16:31 |
How to view mean pressure fields in Fluent after importing data from openFOAM !!! | Alhasan | FLUENT | 0 | July 23, 2013 13:58 |
How to transfer boundary condition from Openfoam to fluent | sachinlb | OpenFOAM Post-Processing | 1 | January 6, 2012 02:41 |
Data Transfer - Polyflow to Fluent to Abaqus | Bob Carson | FLUENT | 0 | March 27, 2007 10:31 |