CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM

Error in Limit Velocity

Register Blogs Community New Posts Updated Threads Search

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

Like Tree1Likes
  • 1 Post By Yann

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 9, 2023, 06:25
Default Error in Limit Velocity
  #1
TGS
New Member
 
TGS
Join Date: May 2023
Location: United Kingdom
Posts: 28
Rep Power: 3
TGS is on a distinguished road
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.
TGS is offline   Reply With Quote

Old   May 9, 2023, 09:45
Default
  #2
Senior Member
 
Yann
Join Date: Apr 2012
Location: France
Posts: 1,148
Rep Power: 27
Yann will become famous soon enough
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
TGS likes this.
Yann is offline   Reply With Quote

Old   May 9, 2023, 09:48
Default
  #3
TGS
New Member
 
TGS
Join Date: May 2023
Location: United Kingdom
Posts: 28
Rep Power: 3
TGS is on a distinguished road
Dear Yann,


Thank you very much
TGS is offline   Reply With Quote

Reply

Tags
chtmultiregionfoam, limitu, openfoam 10, velocity


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Velocity components Mohamed Abohelwa CFX 0 September 5, 2022 06:20
wrong velocity contour of rotating propeller - Fluent calv FLUENT 1 September 6, 2018 11:48
Problem with Velocity Poisson Equation and Vector Potential Poisson Equation mykkujinu2201 Main CFD Forum 1 August 12, 2017 13:15
Velocity in Porous medium : HELP! HELP! HELP! Kali Sanjay Phoenics 0 November 6, 2006 06:10
Terrible Mistake In Fluid Dynamics History Abhi Main CFD Forum 12 July 8, 2002 09:11


All times are GMT -4. The time now is 00:51.