Validation

In this webpage, we provide the references to validations of the Stardis code and the theoretical framework it is based on.

  1. We first present validations against analytical models, which are directly provided in Stardis as non-regression tests.
  2. We then refer to scientific papers in which Monte Carlo algorithms are compared to deterministic solvers on non trivial configurations.
  3. Finally, we present a validation test case of SYRTHES, the thermal code developed by Électricité de France, which provides both a finite element solver and a Monte Carlo solver powered by Stardis.

Comparison against analytical results

Stardis provides comparisons against analytical solutions. These non-regression tests are available in the src/ directory of Stardis Solver (denoted by test_*). Note that the tests are performed on the direct Monte Carlo simulation and the propagator (path-replay with different conditions) when possible. For each test, the scene geometry and physical parameters are described in the header. Among these, we note the following tests:

Cross-comparison against deterministic solvers

Stardis is also validated against usual deterministic codes, on more complex geometries where no analytical solution exists. We list here the academic papers which include such validations and provide a description of the configuration and mention the code used for comparison.

  1. Penazzi et al. - Path integral formulations leading to propagator evaluation for coupled linear physics in large geometric models. Computer Physics Communications 2024. Appendix C.
    • Validation against COMSOL1
    • Solid with fluid cavities
    • Coupled conduction, convection (perfectly mixed cavity) and radiation; homogeneous coefficients
    • Stationary state
    • Validation of the propagator
  2. Ibarrart et al. - Advection, diffusion and linear transport in a single path-sampling Monte-Carlo algorithm: getting insensitive to geometrical refinement. Preprint 2022. Figures F.9 and F.10.
    • Validation against COMSOL1 or ANSYS Fluent2
    • Poiseille duct or Kelvin cells
    • Coupled conduction, convection (with advection) and radiative transfer; homogeneous coefficients
    • Stationary state
  3. Caliot et al. - Combined conductive-radiative heat transfer analysis in complex geometry using the Monte Carlo method. Eurotherm 2018. Figures 6 to 9.
    • Validation against ANSYS Fluent2
    • Kelvin cells
    • Coupled conduction and radiative transfer
    • Stationary state
  4. Retailleau et al. - Résolution d’un problème de transferts thermiques couplés en géométrie urbaine par la méthode Monte Carlo. In SFT 2023. Figure 4.
    • Validation against finite differences
    • Slab with Robin conditions
    • Coupled conduction, convection (perfectly mixed cell) and radiative transfer
    • Un-stationary state

Stardis in SYRTHES

Stardis is used in the SYRTHES code of the French electric company Électricité de France. Both deterministic and stochastic resolutions can therefore be compared on the exact same CAD input. Here we provide the validation on one stationary test case of conduction inside a cube (figure 1). Both the finite elements and the Monte Carlo (using Stardis) resolutions are compared to the theoretical temperature (figure 2).

geometry temperature
Figure 1: The left figure describes the configuration of the test case. The system to be simulated is a solid square with one edge having a known temperature. Another edge has a convective exchange with a fluid whose temperature is also known. The two other edges are adiabatic. The right image illustrates the temperature field corresponding to this configuration at steady state.
ProfY ProfY
Figure 2: Validation of the Finite element solver and the Monte Carlo solver (i.e. Stardis) of SYRTHES against the analytical solution of the test case presented in figure 1. Both curves are computed at steady state at probe positions varying along the X axis (left) or the Y axis (right).

The version of SYRTHES used for this validation is still on development and available on-demand. Please contact us to obtain this version.