|
[Sponsors] |
objectRegistry error. Migrating a B.C. from 2.4 to 7.0 |
![]() |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
![]() |
![]() |
#1 |
Member
Francisco T
Join Date: Nov 2011
Location: Melbourne, Australia
Posts: 64
Blog Entries: 1
Rep Power: 14 ![]() |
Im trying to implement a dynamic boundary condition.
Kistler contact angle. This has been done for 2.4 https://github.com/MahdiNabil/CFD-PC...Foam/Libraries Im trying to implement it on 7.0 Library and solver compiles well after a couple of edits. Im getting this error: --> FOAM FATAL ERROR: request for volScalarField muEffKistler from objectRegistry region0 failed available objects of type volScalarField are 7 ( interfaceProperties:K alpha.water p_rgh nu nu1 nu2 alpha.air ) I guess the way the muEffKistler is written in the objectRegistry has to be updated for this new OF7 version. I have found differences bewteen 2.4 and 7.0 in the way volScalarField alpha is declared in createFields.H, older version: volScalarField alpha1 ( IOobject ...etc newer: volScalarField& alpha1(mixture.alpha1()); I have tried to use older declaration way in both alpha & muEff withouth success.. any clue? thanks for your time. |
|
![]() |
![]() |
![]() |
![]() |
#2 |
New Member
XinZhou
Join Date: Apr 2018
Posts: 10
Rep Power: 7 ![]() |
Hi frantov, I have the same problem in openfoam-v2006,"request for volScalarField muEffKistler from objectRegistry region0 failed", Have you solve this problem? Could you please give me some advice.
|
|
![]() |
![]() |
![]() |
![]() |
#3 |
Senior Member
A. Min
Join Date: Mar 2015
Posts: 305
Rep Power: 11 ![]() |
Hi guys,
I have the same problem in OpenFOAM-7, "request for volScalarField muEffKistler from objectRegistry region0 failed". If you found the solution, inform me, please. |
|
![]() |
![]() |
![]() |
![]() |
#5 |
New Member
|
Hi frantov,
Are you now able to successfully implement the Dynamic Contact Angle model in InterFOAM? Best regards |
|
![]() |
![]() |
![]() |
![]() |
#6 |
New Member
Join Date: Mar 2023
Posts: 3
Rep Power: 2 ![]() |
I am also facing this issue.
|
|
![]() |
![]() |
![]() |
Tags |
mueffkistler, object registry |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Question regarding objectRegistry and related subjects. | granzer | OpenFOAM | 0 | March 21, 2020 14:01 |
chtMultiRegionSimpleFoam: crash on parallel run | student666 | OpenFOAM Running, Solving & CFD | 3 | April 20, 2017 12:05 |
complex eigenvalues detected for tensor | thegauravonline | OpenFOAM Pre-Processing | 3 | January 14, 2017 06:18 |
flapping console "inverted" on icoFsiElasticNonLinULSolidFoam: FPE | thegauravonline | OpenFOAM Running, Solving & CFD | 3 | May 9, 2016 06:13 |