-
The current PR on random ray is dead for good reason - it doesn't look like SCONEy code and it isn't easy to extend to the many variations on RR we want to make.
I'd like to have some discussion on…
-
Questions like #2719 comes up often enough that maybe we should change how we do this? Instead of having users to `alg.rate(pores=Ps)`, they'd do `alg['pore.rate'][Ps].sum()`?
Of course, we'd ha…
-
Due to a copy/paste error, I accidentally set the velocity BC to:
type = 'mole_fractions'
X_CO2 = '0.001'
X_N2 = '0.999'
This segfaults in `opt` and gives
`Failed …
-
## Reason
With the current design of our executioner system with solve objects, we are able to create a flexible executioner that can dial up various solve objects for the advanced users. These users…
-
### Is there an existing request for this?
- [X] I have searched the existing requests
### Forums discussion
https://forum.freecadweb.org/viewtopic.php?f=18&t=68502
### Subproject(s) affected?
FE…
-
The input files are checked in `test/tests/multiapps/picard_sub_cycling`. This test has a master app that takes 4 time steps, then there is a sub-app that takes 4 sub-cycles (each cycle has 10 steps).…
-
GOOD DAY!!
I have a problem with a DEM 3d simulation:
![error](https://user-images.githubusercontent.com/108200573/183267400-ee298969-f554-4f43-9a7e-a59f5c480c4a.png)
The error window descr…
-
Hi all,
I think this could be a forum post, but since this requires somewhat non-trivial programming knowledge, I will write it here.
[MFront/TFEL](https://thelfer.github.io/tfel/web/) is a wond…
-
I want to add a layer of abstraction on top of the geometry module so we can easily implement different geometry models. For example, @friedmud has expressed interest in using finite element geometry…
-
I want to couple the SPH and finite element menthods by using DualSPHysics and Chrono.Whether it can be successful or not?What literature can I refer to?
Thanks in advance!