|
[Sponsors] |
[ImmersedBoundary] foam-extend-4.0: immersedBoundaryForce using mean flow |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 21, 2020, 06:18 |
foam-extend-4.0: immersedBoundaryForce using mean flow
|
#1 |
New Member
kenan
Join Date: Sep 2012
Posts: 9
Rep Power: 14 |
Hi all,
I am trying to calculate the force on an immersed boundary, where an unsteady case is considered (channel flow DNS). Instead of running the simulation for a sufficient time and getting the average of the forces, I wanted to use my available field pMean & UMean that I collected before. as i changed the function object entry in my controlDict as below Code:
forces { type immersedBoundaryForces; functionObjectLibs ("libimmersedBoundaryForceFunctionObject.so"); outputControl timeStep; outputInterval 1; patches ( IB ); pName pMean; UName UMean; rhoName rhoInf; rhoInf 1; log true; CofR ( 0 0 0 ); Aref 0.05; Uref 1; } A side question: Is there a way in foam-extend-4.0 to run this immersedBoundaryForce as a standalone postprocessing tool? That is, without running the simulation (the function object way), as done using postProcess in OpenFoam? Thank you very much! Keep safe and healthy.. Cengiz |
|
Tags |
foam-extend 4.0, immersed boundary, post processing |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[foam-extend.org] How to install foam-extend 4.0 in UBUNTU 18.04 | silvino | OpenFOAM Installation | 19 | June 21, 2022 16:57 |
[blockMesh] Errors during blockMesh meshing | Madeleine P. Vincent | OpenFOAM Meshing & Mesh Conversion | 51 | May 30, 2016 11:51 |
[snappyHexMesh] How to define to right point for locationInMesh | Mirage12 | OpenFOAM Meshing & Mesh Conversion | 7 | March 13, 2016 15:07 |
[Commercial meshers] Using starToFoam | clo | OpenFOAM Meshing & Mesh Conversion | 33 | September 26, 2012 05:04 |
Problem with rhoSimpleFoam | matteo_gautero | OpenFOAM Running, Solving & CFD | 0 | February 28, 2008 07:51 |