fhr normalfluxbc #30
dealmeidavf
started this conversation in
General
Replies: 1 comment 3 replies
-
the FunctionNeumannBC class I used as a basis to write that file had _func as protected so I just kept that syntax so as not to mess anything up. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/dpploy/engy-5310/blob/fcdd073593d6800c1ce86484a98f8b1b00ce149e/projects/fhr/include/bcs/NormalFluxBC.h#L23-L28
Are you sure you want
_func
as protected? it is out of order in the constructor initialization:https://github.com/dpploy/engy-5310/blob/fcdd073593d6800c1ce86484a98f8b1b00ce149e/projects/fhr/src/bcs/NormalFluxBC.C#L30-L36
and compilation fails.
Beta Was this translation helpful? Give feedback.
All reactions