Open jbrillon opened 1 year ago
SonarCloud Quality Gate failed.
0 Bugs
0 Vulnerabilities
0 Security Hotspots
61 Code Smells
No Coverage information
12.7% Duplication
Catch issues before they fail your Quality Gate with our IDE extension SonarLint
PR to incorporate the
channel_flow
flow case and the features associated with it.subdivided_hyper_cube
to generate a wall-clustered mesh based on a stretching functionFlowSolver
environment using aFlowSolverCase
objectAdditional contributions:
store_vol_flux_nodes
flag indg.cpp
is corrected to check if the PDE physics has nonzero physical source term; setter function added inDGBaseState
store_surf_flux_nodes
flag indg.cpp
is corrected to check if parameterall_boundaries_are_periodic
istrue
(default value forall_boundaries_are_periodic
isfalse
meaning thatstore_surf_flux_nodes
willtrue
by default); setter function added inDGBaseState
use_classical_FR
post_get_needed_update_flags
inPhysicsModel
is correctedNavierStokes
for outputting viscous flow quantities to thevtk
filesoutput_face_results_vtk
asfalse
by default to suppress the output ofsurface_solution
vtk
filesenable_higher_order_vtk_output
astrue
by defaultoutput_solution_files_at_velocity_field_output_times
, can now output the solutionvtk
files at specific fixed timesFlowSolver
and its usage for outputting files