View Issue Details

IDProjectCategoryView StatusLast Update
0002630OpenFOAMContributionpublic2018-07-10 11:23
Reporterkarlvirgil Assigned Tohenry  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionfixed 
PlatformLinuxOSCentOSOS Version7
Product Versiondev 
Summary0002630: non-const theta() function in contactAngleForce.H
DescriptionI have a derived class for the contactAngleForce that we use in-house where I need to have theta() be a non-const function. Would it be possible to remove the const requirement, so

84 virtual tmp<volScalarField> theta() const = 0;
would be
84 virtual tmp<volScalarField> theta() = 0;

TagsNo tags attached.

Activities

henry

2017-07-20 21:37

manager   ~0008427

Why does theta() need to be non-const? It returns a tmp and has no side-effects.

henry

2017-07-27 14:47

manager   ~0008462

Please re-open if you still need this change and can provide more information about the this need.

Issue History

Date Modified Username Field Change
2017-07-20 20:20 karlvirgil New Issue
2017-07-20 20:20 karlvirgil Tag Attached: thin-film model
2017-07-20 21:37 henry Note Added: 0008427
2017-07-27 14:47 henry Assigned To => henry
2017-07-27 14:47 henry Status new => closed
2017-07-27 14:47 henry Resolution open => fixed
2017-07-27 14:47 henry Note Added: 0008462
2018-07-10 11:23 administrator Tag Detached: thin-film model