-
Just ran into pyamg; great to see these complex algorithms be made available in such a neat package!
I started to try out pyamg in some of the more complex solves in my project, and these gave the …
-
This branch is to integrate
https://github.com/lbl-srg/modelica-buildings/issues/1163
Todo:
- [x] add validation case
- [x] merge change in `ConservationEquation.mo`
-
Dear guys
Wish to discuss whether **Neumann** boundary is treated **explicitly** or **implicitly**
In source code "**updateBoundaryGhosts.inl**"
switch (flow->boundaries[XMINUS][0].type)
…
-
I am trying to run an axi-symmetric case with a time stepping scheme (basically SOD's problem), which fails in CSourceAxisymmetric_Flow::ComputeResidual. The reason is that the boolean implicit is det…
-
How does this compare to OpenFoam? Does Fluidity support supersonic flow simulation?
-
Hello SU2 users and developers,
Begin this year I noticed that the dv_value of an incompressible optimization case is not adjusted by the SLSQP optimizer, but is just halving for each function call…
-
The message is as follows,
```
Program threw an exception: [/home/kaib/OPM-master-test/debug/opm-material/opm/material/constraintsolvers/NcpFlash.hpp:239] NcpFlash solver failed: {c_alpha^kappa} …
-
Hi, SU2 developers,
When I worked on a 2D vicsid laminar problem with a gird movement, SU2 goes wrong at the time when it computes the BC_HeatFlux_Wall. The condition of the moving wall is setted to …
-
We at SCOREC are interested to use **MFEM** for a EFRC project about hazardous waste material.
As a first step we need to have a **Navier-Stokes** solver and coupled it with **Cahn-Hilliard** for th…
-
Add an EOS object that inherits from GeneralUserObject. It can be used
throughout MOOSE wherever thermodynamic properties of matter are required: heat conduction module, navies stokes etc.
First id…