View Issue Details

IDProjectCategoryView StatusLast Update
0003098OpenFOAMContributionpublic2018-10-31 11:20
Reporteranilyillmaz Assigned Tohenry  
PriorityimmediateSeveritymajorReproducibilityhave not tried
Status closedResolutionno change required 
Platformubuntu 16.04 
Summary0003098: new solver of edited interFoam with kistler dynamic contact angle implementation
DescriptionI'm trying to make new solver (form of interFoam) with kistler contact angle model(by berberovic). Model was prepared in early version of open foam (2009). Maybe thats why I'm getting error about "has no member named dimensionedInternalField" bug reports.

note: my SAME problem was also declerated by henry (https://bugs.openfoam.org/view.php?id=2671#c8613). but it's closed to public.
Steps To Reproducecd .. myinterFoam
sh Allwmake.sh
Additional InformationdynamicKistlerAlphaContactAngle/dynamicKistlerAlphaContactAngleFvPatchScalarField.C: In member function ‘virtual Foam::tmp<Foam::Field<double> > Foam::dynamicKistlerAlphaContactAngleFvPatchScalarField::theta(const fvPatchVectorField&, const fvsPatchVectorField&) const’:
dynamicKistlerAlphaContactAngle/dynamicKistlerAlphaContactAngleFvPatchScalarField.C:148:38: error: ‘const class Foam::dynamicKistlerAlphaContactAngleFvPatchScalarField’ has no member named ‘dimensionedInternalField’
             << " of field " << this->dimensionedInternalField().name()
                                      ^
dynamicKistlerAlphaContactAngle/dynamicKistlerAlphaContactAngleFvPatchScalarField.C:149:37: error: ‘const class Foam::dynamicKistlerAlphaContactAngleFvPatchScalarField’ has no member named ‘dimensionedInternalField’
             << " in file " << this->dimensionedInternalField().objectPath()
                                     ^
/opt/openfoam6/wmake/rules/General/transform:8: recipe for target 'Make/linux64GccDPInt32Opt/dynamicKistlerAlphaContactAngle/dynamicKistlerAlphaContactAngleFvPatchScalarField.o' failed
TagsNo tags attached.

Activities

henry

2018-10-31 11:20

manager   ~0010126

User support request.

Issue History

Date Modified Username Field Change
2018-10-31 11:12 anilyillmaz New Issue
2018-10-31 11:20 henry Assigned To => henry
2018-10-31 11:20 henry Status new => closed
2018-10-31 11:20 henry Resolution open => no change required
2018-10-31 11:20 henry Note Added: 0010126