| #
d6734f85
|
| 26-Feb-2023 |
Adeleke O. Bankole <86932837+AdelekeBankole@users.noreply.github.com> |
Fix for cubic elements in surface forces for lift/drag coefficients (#1158)
* update for surface forces to return dof
* update surface forces
* update on surface forces
* PetscCall section
Fix for cubic elements in surface forces for lift/drag coefficients (#1158)
* update for surface forces to return dof
* update surface forces
* update on surface forces
* PetscCall section get field components
* Update examples/fluids/src/setupts.c
Co-authored-by: Jed Brown <jed@jedbrown.org>
* Update examples/fluids/src/setupts.c
Co-authored-by: Jed Brown <jed@jedbrown.org>
* examples/fluids: lift query from inner loop
* examples/fluids: enable coarser meshes
* update yaml file
* fix path to creating figure
---------
Co-authored-by: Jed Brown <jed@jedbrown.org>
show more ...
|
| #
ca69d878
|
| 15-Feb-2023 |
Adeleke O. Bankole <86932837+AdelekeBankole@users.noreply.github.com> |
Lift, Drag, Heat Transfer (#1130)
* add functions for surface forces
* function for surface forces
* reaction forces
* add points to label
* WIP: examples/fluids: sketch surface force ca
Lift, Drag, Heat Transfer (#1130)
* add functions for surface forces
* function for surface forces
* reaction forces
* add points to label
* WIP: examples/fluids: sketch surface force calculations
* examples/fluids: fix for parallel, when there are no such points on a process
* add TSMonitor_FaceForce function
* update on TSMonitor FaceForce
* create .csv file
* cleanup TS Monitor FaceForce function
* include surface forces viewer to header file
* include ts monitor surface force viewer to cloptions
* update where TSMonitor FaceForce are called
* examples/fluids: update wall forces to write csv
mpiexec -n 5 build/fluids-navierstokes -options_file examples/fluids/vortexshedding.yaml -{ts,snes}_monitor -degree 1 -ts_monitor_wall_forces ascii:force.csv:ascii_csv
* update documentation
* reaction force data
* plotting script
* examples/fluids: seaborn plotting with twinx and colors
* delete data file
* tuck away csv file
* place python script in subdirectory
* examples/fluids/postprocess: put shedding period in title
* examples/fluids: document wall force and shedding postprocess
---------
Co-authored-by: Jed Brown <jed@jedbrown.org>
show more ...
|