stardis-spk

Scripts and datasets for running Stardis simulations
git clone git://git.meso-star.fr/stardis-spk.git
Log | Files | Refs | README | LICENSE

commit d32511d2e795cb1a0fafe1557424717b53a00c5d
parent b894990e3dac2898bbb1ca477810c6e2b50cc5c5
Author: Benjamin Piaud <benjamin.piaud@meso-star.com>
Date:   Mon, 14 Dec 2020 09:58:42 +0100

retour en 80 colonnes ;)

Diffstat:
Mreadme.md | 51++++++++++++++++++++++++++-------------------------
1 file changed, 26 insertions(+), 25 deletions(-)

diff --git a/readme.md b/readme.md @@ -153,44 +153,45 @@ generated using the **T_BOUNDARY_FOR_SOLID** keyword for this boundary. This example is more complex than the previous one. It represents an electronic chip with its heatsink. -As mentioned in the **model.txt** file, the model is composed of three -media: the heasink, the chip that produces heat and an interface material -between the heatsink and the chip. +As mentioned in the **model.txt** file, the model is composed of three media: +the heasink, the chip that produces heat and an interface material between the +heatsink and the chip. The **run_medium_computation.sh** script launches stardis to compute the mean -temperature in the *chip* at steady state. It will also create the geometry -in vtk format. +temperature in the *chip* at steady state. It will also create the geometry in +vtk format. The **run_medium_computation_multiple.sh** script does the same computation for -the model described in file **model_multiple.txt**. This is an assembly of -50 similar electronic devices; the computation time will not be 50 times greater: +the model described in file **model_multiple.txt**. This is an assembly of 50 +similar electronic devices; the computation time will not be 50 times greater: it will be of the same order of magnitude. # The porous medium With this last example, we show an original feature: infrared rendering. -Stardis is able to render a scene in the infrared without the knwoledge of -the temperature field. The radiative paths that begin at the camera will -propagate alternately in conductive, convective and radiative path until -reaching a boundary condition (or a initial condition in a non-stationnary case). - -The **run_IR_rendering.sh** script provides an example to launch stardis in rendering -mode. The scene is an idealized porous medium above a reflective plane. Some parameters -can be modfied in the "USER PARAMETER" section, such as the resolution of the image -and the number of samples per pixel. For each pixel of the image, the luminance -is computed by Monte-Carlo and the number of realizations is the specified number of -samples per pixel. Computing a high-defition image with little statistical -noise can therefore take a long time (many hours). The values of the parameters -that are provided in the script should result in a computationnal time of about a -dozen minutes on a correct desktop computer. - -More information about the rendering is provided in the stardis man page (such as the -parameters associated with the point of view). +Stardis is able to render a scene in the infrared without the knwoledge of the +temperature field. The radiative paths that begin at the camera will propagate +alternately in conductive, convective and radiative path until reaching a +boundary condition (or a initial condition in a non-stationnary case). + +The **run_IR_rendering.sh** script provides an example to launch stardis in +rendering mode. The scene is an idealized porous medium above a reflective +plane. Some parameters can be modfied in the "USER PARAMETER" section, such as +the resolution of the image and the number of samples per pixel. For each pixel +of the image, the luminance is computed by Monte-Carlo and the number of +realizations is the specified number of samples per pixel. Computing a +high-defition image with little statistical noise can therefore take a long time +(many hours). The values of the parameters that are provided in the script +should result in a computationnal time of about a dozen minutes on a correct +desktop computer. + +More information about the rendering is provided in the stardis man page (such +as the parameters associated with the point of view). Acknowledgement to Cyril Caliot who designed the porous model for the Optisol project (ANR-11-SEED-0009, PROMES-CNRS, CIRIMAT, SICAT, LTN). This model represents an ideal metallic or SiC foam. This type of foam is used in the -design of heat exchangers in concentrated solar processes, in order to transfer +design of heat exchangers in concentrated solar processes, in order to transfer incoming solar radiation energy to a working fluid.