Guillaume Giudicelli
Guillaume Giudicelli
### Bug Description if the subdomain is not created by the time the mesh is output ``` libMesh terminating: ExodusII_IO_Helper: block id 72 not found in block_ids. Stack frames: 17...
### Motivation Up for discussion. Names for blocks and sidesets are widely supported now, yet I still see inputs with lots of subdomain ids hardcoded they are unnecessarily hard to...
### Motivation This is a simple concept that users often set up incorrectly due to all the places that need parameters: mesh, problem, variables... It would be easy enough to...
### Bug Description See this failure obtained after adding two valid parameters ``` [ RUN ] MooseServerTest.CompletionMeshDefaultedType /data/civet2/build/moose/unit/src/MooseServerTest.C:1048: Failure Expected: 48u Which is: 48 To be equal to: completions_array.size() Which...
### Motivation A user tried to name their fluid properties rho_flibe, mu_flibe, etc Except the GFFP outputs everything with the NS default names: rho, mu, k ... ### Design Add...
refs #25387 I think this will be a nice feature of Dempsey, Casey, Jason, Derek and my work on the tagging capabilities of MooseDocs Figuring out how to create the...
### Motivation Early construction means they can be used to define the mesh for example. This can let us have more complexity in our meshing without re-inventing Functions in MG...
## Reason See discussion below. The input errors because the sideset does not exist at t=0, but will exist later in the simulation ## Design Same as add-subdomain-id parameter in...
### Motivation To "create" an object we name tasks like: - add_function - setup_executioner / setup_predictor - create_problem in Moose.C it's not great because one does not know if there...
## Reason Users get confused when they see the object and it requires a bunch of conditions because it's not a general object ## Design - [x] Rename MeshSidesetGenerator to...