History log of /honee/index.md (Results 26 – 50 of 78)
Revision Date Author Comments
# e627aa5a 01-Nov-2023 Jed Brown <jed@jedbrown.org>

doc fixes


# 6d638697 13-Oct-2023 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

Merge pull request #1371 from CEED/kjansen/DropPotentialFromEtot

Drop Potential Energy from Etot conservation variable


# ca038957 13-Oct-2023 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

typo


# ac6614d7 13-Oct-2023 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

connecting body force vector to gravity vector. Note both still have density multiplier in momentum equation and are dotted with momentum in energy equation.


# 8601b2fd 11-Oct-2023 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

minus S


# f20caa76 11-Oct-2023 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

v2 docs


# 253e348b 11-Oct-2023 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

first cut at docs


# b11ff4df 11-Oct-2023 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

minus S


# 39f3f0b6 11-Oct-2023 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

v2 docs


# 1e1f68c2 11-Oct-2023 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

first cut at docs


# e9ddb5e1 24-Aug-2023 James Wright <james@jameswright.xyz>

Merge pull request #1298 from CEED/jrwrigh/taylor-green-vortex

Fluids: Add Taylor-Green vortex problem


# 21871b7a 20-Aug-2023 James Wright <james@jameswright.xyz>

doc: Fluids Taylor-Green vortex problem


# 04ae6723 21-Aug-2023 Jed Brown <jed@jedbrown.org>

Merge pull request #1278 from CEED/jrwrigh/blasius-simplex

fluids: Fix STG and Blasius for non-box meshes


# f31f4833 20-Aug-2023 James Wright <james@jameswright.xyz>

fluids: Use enum for mesh transformation flag


# c029f0c5 02-Aug-2023 James Wright <james@jameswright.xyz>

fluids: Explicit flag for blasius mesh modification

- So that blasius example can run using external meshes without any
attempt to modify them


# 6f58f284 05-Jun-2023 Jed Brown <jed@jedbrown.org>

Merge pull request #1226 from CEED/jed/fix-doc-math

doc: fix math in headers


# aaa4e91f 05-Jun-2023 Jed Brown <jed@jedbrown.org>

doc: fix math in headers

There is a bad hyperref/unicode-math interaction apparently resulting
from how PDF bookmarks work. This replaces math in headers (section
titles) with unicode Greek letters

doc: fix math in headers

There is a bad hyperref/unicode-math interaction apparently resulting
from how PDF bookmarks work. This replaces math in headers (section
titles) with unicode Greek letters to fix doc-latexpdf.

https://tex.stackexchange.com/questions/570000/improper-alphabetic-constant-error-in-title-with-greek-bug-with-unicode-math-an

show more ...


# 0e477d6f 05-Jun-2023 James Wright <james@jameswright.xyz>

Merge pull request #1189 from CEED/jrwrigh/differential_filter

fluids: Add differential filtering capability


# f4fad612 06-Apr-2023 James Wright <james@jameswright.xyz>

doc(fluids): Add differential filtering


# 9e3fb82b 17-May-2023 Jed Brown <jed@jedbrown.org>

Merge pull request #1149 from CEED/jrwrigh/newtonian_ddsgs

fluids: Data-driven SGS modeling


# 8741dcf4 16-Mar-2023 James Wright <james@jameswright.xyz>

test(fluids): Add data-drive SGS testing


# b19399d7 26-Mar-2023 James Wright <james@jameswright.xyz>

doc(fluids): Rearrange Navier-Stokes documentation


# fb9b2996 23-Mar-2023 James Wright <james@jameswright.xyz>

doc(fluids): Document SGS, data-driven model


# e7754af5 11-Mar-2023 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

Ken/idl (#1138)

* inflow sponge pushing p towards P0 compiles and runs but unknown yet whether it is effective or not

* looks like my first attempt at this is missing something as there is neglig

Ken/idl (#1138)

* inflow sponge pushing p towards P0 compiles and runs but unknown yet whether it is effective or not

* looks like my first attempt at this is missing something as there is negligible effect from Jacobian addition

* examples/fluids: IDL fixes and demo

* Fix IDL sign error and rename variables/clang-format
* Let newtonianwave.yaml use -reference_pressure and temperature
* Propagate P0 = reference.pressure

* Small tweak to add IDL to the 3 ramp parameters.

* fluids: Extract fluids binary vector load function

- Needs to be used in multiple places (for ICs and for testing data)

* fluids: Correct typo in previous commits

* fluids: Add IDL and newtonian wave test

* fluids: Rename Newtonian Wave --> Gaussian Wave

* fluids: Move RampCoefficient into utils

- Also change name to LinearRampCoefficient, as we may have different
kinds of ramps in the future

* fluids: Change IDL commandline options

* docs(fluids): Document internal damping layer

Co-authored-by: Jed Brown <jed@jedbrown.org>

* fluids: Add ScaleN QF utility

* fluids: Extract InternalDampingLayer QFunction helper

---------

Co-authored-by: Jed Brown <jed@jedbrown.org>
Co-authored-by: KennethEJansen <jansenke@colorado.edu>
Co-authored-by: James Wright <james@jameswright.xyz>

show more ...


# c5e9980a 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 ...


1234