Skip to content
Snippets Groups Projects
Commit 79352084 authored by Vaggelis Papoutsis's avatar Vaggelis Papoutsis
Browse files

BUG: the functions reporting the existance of turbulence fields

in RASModelVariables were doing this by checking whether the
corresponding pointer was allocated. In some cases, however, even if the
field does not exist, the pointer is not null, leading to the wrong
output. Made the correspding functions virtual and overwritten their
return values in the derived classes. Kept the initial implementation in
base to facilitate the clone function.
parent d3860b98
No related branches found
No related tags found
Loading
Showing
with 105 additions and 20 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment