|
[Sponsors] |
June 1, 2019, 09:22 |
MRF simpleFoam
|
#1 |
New Member
Join Date: May 2019
Posts: 2
Rep Power: 0 |
Hi,
I am currently running a steadyState MRF case with a turbine in OpenFOAM 6. I am trying to evaluate the behavior of torque/moment output for different RPM values (defined in MRFProperties) to create a RPM-torque table. Why do I get the same output torque for different turbine geometries with constant RPM and inlet flow? The case set-up is identical, the only thing that have changed is the number of blades on the turbine. Is there something I've missed? Thanks for responses in advance! |
|
June 5, 2019, 05:02 |
|
#2 |
Member
Lilian Chabannes
Join Date: Apr 2017
Posts: 58
Rep Power: 9 |
Hello,
Did you properly define the patches where you calculate the forces/moment in controlDict? Code:
libs ( "libforces.so" // this is for forces ); functions { forces{ type forces; functionObjectLibs ("libforces.so"); patches (BLADE HUB SHROUD); // sum the forces and moments on those patches writeControl timeStep; writeInterval 1; p p; U U; log true; rhoInf 1000; rho rhoInf; CofR (0 0 0); //centreOfRotation } } Do you control other parameters to see if the simulation is proper? (does the head, efficiency changes with the flowrate for example)
__________________
Feel free to join the OpenFOAM Discord https://discord.gg/P9p9eHn, a live chat about OpenFOAM |
|
Tags |
mrf, propeller, simplefoma, torque, turbine |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
simpleFoam + MRF properties: FATAL ERROR: not implemented | student666 | OpenFOAM Running, Solving & CFD | 3 | April 11, 2021 04:11 |
simpleFoam no MRF model present | Sean95 | OpenFOAM | 3 | November 26, 2018 08:18 |
SRFSimpleFoam vs SimpleFoam (MRF) | oscar_urri | OpenFOAM Running, Solving & CFD | 9 | November 13, 2018 18:18 |
MRF simpleFoam problem | Pervispasco | OpenFOAM Running, Solving & CFD | 0 | July 24, 2018 08:48 |
Simulation of Radial Fan with simpleFoam MRF | nash | OpenFOAM Running, Solving & CFD | 2 | November 5, 2015 11:12 |