Guillaume Giudicelli

Results 213 issues of Guillaume Giudicelli

### Bug Description A reasonable user would expect the entire vector to be output with a MaterialStdVectorRealAux into an auxvariable. Having the component default to 0 does not show them...

P: minor
T: defect

## Reason See discussion User who does not want to use git thought he could skip committing. But no because we use git in our build system, probably to check...

C: Framework
T: task

refs #2402 @meltawila # Checklist - [x] I have performed a self-review of my own code - [x] I have run [clang-format](https://docs.openmc.org/en/latest/devguide/styleguide.html#automatic-formatting) (version 15) on any C++ source files (if...

The log grid in e should help with those simulations having e reach from 1e5 to 1e12 and the grid output will help debug the conversions Some parameters were being...

### Bug Description Peter was trying to model a loop and stitch each component He could not get the transfinite generator to stitch until the sidesets were flipped back to...

T: defect
P: normal
C: Meshing

### Motivation We are exploring the dependence of the WCNSFV and INSFV flow solutions on the Rhie Chow coefficients. This issue will be used to reference this effort. It will...

T: task
C: Modules/Navier Stokes

## Reason ParsedAux can only couple in variables and xyzt ParsedMaterial can do materials, variables, functions, pps ParsedFunction can do PP, scalar variables, functions, xyz So we could do more...

C: Framework
T: task

### Bug Description h is computed as _cv * T + p / rho it's missing the reference energy offset e_0 cp is set to 0, but taking the derivative...

T: defect
P: normal
C: Modules/Fluid Properties

This could be more robust than bicubic. It definitely is more approximate, see the increased diffs in unit testing

### Motivation We are hitting errors with negative temperatures and cant understand why. one reason could be the wide range in 'e' so we need a log spaced grid the...

T: task