|
[Sponsors] |
Error in Limit Velocity |
View Poll Results: Does my limitU function correct | |||
Yes | 0 | 0% | |
No | 0 | 0% | |
I don't know | 0 | 0% | |
Yes. But need to be modified | 0 | 0% | |
Voters: 0. You may not vote on this poll |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 9, 2023, 07:25 |
Error in Limit Velocity
|
#1 |
New Member
TGS
Join Date: May 2023
Location: United Kingdom
Posts: 29
Rep Power: 3 |
Hi,
I am new to openFoam and at the moment I am running conjugate heat transfer using chtMultiRegionFoam . However, while I was running the function, I got an error in my limitU and the error can be presented as follows. Unknown fvModel limitVelocity Valid fvModels are: 23 ( accelerationSource actuationDiskSource buoyancyEnergy buoyancyForce coded effectivenessHeatExchangerSource explicitPorositySource heatSource heatTransfer interRegionExplicitPorositySource interRegionHeatTransfer isotropicDamping massSource phaseLimitStabilisation radialActuationDiskSource radiation rotorDisk semiImplicitSource sixDoFAccelerationSource solidEquilibriumEnergySource solidificationMeltingSource verticalDamping volumeFractionSource ) file: /home/thamasha/OpenFOAM/thamasha-10/run/tutorials/incompressible/icoFoam/engine/system/air/fvOptions/limitU from line 29 to line 32. From function static Foam::autoPtr<Foam::fvModel> Foam::fvModel::New(const Foam::word&, const Foam::dictionary&, const Foam::fvMesh&) in file cfdTools/general/fvModels/fvModel.C at line 117. my limitU is in air/fvOptions/limitU is as follows. limitU { type limitVelocity; active yes; selectionMode all; max 100; } Therefore, could you please help me to solve this error. |
|
May 9, 2023, 10:45 |
|
#2 |
Senior Member
Yann
Join Date: Apr 2012
Location: France
Posts: 1,207
Rep Power: 28 |
Hello,
It seems you are using OpenFOAM-10, from the OpenFOAM foundation branch (openfoam.org, not to be mistaken with the OpenCFD branch, openfoam.com) The foundation branch has reworked fvOptions into fvModels and fvConstraints. (more about this here: https://cfd.direct/openfoam/free-sof...s-constraints/) With this new design, limiting functions such as limitPressure or limitTemperature are defined in fvConstraints rather than fvModels. In addition, it seems limitVelocity has been deprecated and replaced by limitMag: https://github.com/OpenFOAM/OpenFOAM...Mag/limitMag.H Cheers, Yann |
|
May 9, 2023, 10:48 |
|
#3 |
New Member
TGS
Join Date: May 2023
Location: United Kingdom
Posts: 29
Rep Power: 3 |
Dear Yann,
Thank you very much |
|
Tags |
chtmultiregionfoam, limitu, openfoam 10, velocity |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Velocity components | Mohamed Abohelwa | CFX | 0 | September 5, 2022 07:20 |
wrong velocity contour of rotating propeller - Fluent | calv | FLUENT | 1 | September 6, 2018 12:48 |
Problem with Velocity Poisson Equation and Vector Potential Poisson Equation | mykkujinu2201 | Main CFD Forum | 1 | August 12, 2017 14:15 |
Velocity in Porous medium : HELP! HELP! HELP! | Kali Sanjay | Phoenics | 0 | November 6, 2006 07:10 |
Terrible Mistake In Fluid Dynamics History | Abhi | Main CFD Forum | 12 | July 8, 2002 10:11 |