-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
C: Modules/Navier StokesTickets pertaining to the navier_stokes moduleTickets pertaining to the navier_stokes moduleP: normalA defect affecting operation with a low possibility of significant effects.A defect affecting operation with a low possibility of significant effects.T: defectAn anomaly, which is anything that deviates from expectations.An anomaly, which is anything that deviates from expectations.
Description
Bug Description
The volume info here needs a coordinate transform factor multiplier.
force_kernel->setCurrentElemInfo(&elem_info);
face_hbya(dim_i) -= force_kernel->computeRightHandSideContribution() *
ainv_reader[dim_i](elem_dof) / elem_info.volume(); // zero-term expansion
Steps to Reproduce
Run any r-z case with natural convection.
Impact
Makes result unphysicial, showes numerical artifacts.
[Optional] Diagnostics
No response
Metadata
Metadata
Assignees
Labels
C: Modules/Navier StokesTickets pertaining to the navier_stokes moduleTickets pertaining to the navier_stokes moduleP: normalA defect affecting operation with a low possibility of significant effects.A defect affecting operation with a low possibility of significant effects.T: defectAn anomaly, which is anything that deviates from expectations.An anomaly, which is anything that deviates from expectations.