Guillaume Giudicelli
Guillaume Giudicelli
To help find models, and in the absence of tags, we index input files by features to be able to point users to which inputs may be of relevance to...
TODO: - [ ] documentation - [ ] add energy wall function - [ ] add cross-parameter checking between BCs for energy & k-eps - [ ] add cross-parameter checking...
I'm fairly confident it's correctly reproducing the kernels, using the DumpObjectProblem with an upgrade I added The doco on two phase mixture is a bit lacking now. It would be...
### Bug Description We get these warnings for classes using templated members (especially the variables) ``` ld: warning: direct access in function 'AdvectiveFluxAux::AdvectiveFluxAux(InputParameters const&)' from file '/Users/giudgl/projects/moose/framework/build/unity_src/.libs/auxkernels_Unity.aarch64-apple-darwin20.0.0.devel.o' to global weak...
# Problem In the babbler folder created by using the command `./moose/scripts/stork.sh Babbler'. I try to build a new application, it's still the same. ``` (moose) kimi@DESKTOP-7APSM1S:~/projects$ ./moose/scripts/stork.sh Abc Initialized...
refs #24103 A few things to figure out to try: - virtual inheritance from mooseobject & action to see if that fixes the auto-complete Requirements - [ ] what characteristics...
### Motivation in #27583 a user is seeing errors on exodus output after using the CoupledVarThreshdoldSubdomain modifier on their mixed element mesh ### Design More parameters, for every element type?...
- [x] Make all steps work - [x] add more professional context, with INL graphics and co. Make it more promotional - [x] add pre-checked in graphics - [x] remove...
### Bug Description While coding physics I m moving a fair amount of parameters from one object to another. There is no reason to use applyParameter if none of the...
### Motivation Some objects, like actions and physics, have a longer list of parameters. It would be much easier if a template to be filled could be spawned by the...