-
A component may depend on some field that needs to be advected. Some infrastructure (in ModelComponent?) should gather all the the fields to be advected from all the loaded Components, and provide the…
-
Hi Krischer,
I was going through your code and found that in its present form, the code is specifically capable of only handling situations where the nodal DOF match with the quadrature points. Howev…
-
Work in progress...
Step 1: Add all cache and tendency for GCM driven SCM, use hard coded values and make sure the case runs
- [x] #2916
- [x] horizontal advection
- [x] vertical fluctuation
…
szy21 updated
2 months ago
-
Migrated from issue #10.
The attached LilyPad.pde has a circle moving up and down in a two phase flow. If QUICK advection is used, the flow is fine. If the semi-lagrangian advection is used, the flow…
-
The `post_data` calls for neutral diffusion diagnostics occur within the subroutine `neutral_diffusion`. This subroutine is called from subroutine `tracer_hordiff` inside a sub-cycling iteration loop …
-
Currently the composition and temperature advection equations are solved before the Stokes solution, but the particle advection happens afterwards in the post processing stage. I would prefer that all…
-
Solve IBVP1 using PINNs and VPINNs.
- [ ] pure forward problem
- [ ] data-enhanced forward problem
- [ ] inverse problem (identify diffusion coefficient)
- [ ] surrogate model for advection vel…
-
Mauro and Guido add physics to the toro-baby.
This includes major thermal-hydraulic-mechanical processes.
The advective transport of species as well as temperature should be updated. For the former …
-
Hi I would like to know whether this software can use multi GPUs i.e. MPI+CUDA to accelerate the discontinuous galerkin time domain method? Thanks
-
Currently, `NonHydrostaticModel` does not support specifications for `momentum_advection` and `tracer_advection`. It would be nice to include a feature like this, as has been implemented in the `Hydro…