download [Promethee]

Download

On this page, all free parts of Promethee project are available: GUI, server daemon, code and designer plugins. You can also get bundled version of Promethee that you can extend by adding unbundled components.
For integrated professional support, industrial version is available.

Bundles

Bundle Included code plugins Included designer plugins Information Download
Free R, cmd.exe, bash Random sampling,
Gradient descent optimizer,
Dichotomy zero search
Demo bundle usable out-of-the-box.
Use Promethee/samples/… examples for getting started
CRISTAL Tripoli,Apollo,Moret Gradient descent optimizer,
Dichotomy zero search
Dedicated to CRISTAL criticality package.
Windows users: see PWinG-Cristal page.
MCNP MCNP Gradient descent optimizer,
Dichotomy zero search
Dedicated to MCNP calculations.
Change MCNP path in Promethee/scripts/* files.
Scale Scale Gradient descent optimizer,
Dichotomy zero search
Dedicated to Scale calculations.
Change Scale path in Promethee/scripts/* files.
Core None None Basic bundle to add only code/designer you wish.
Nothing else included.
ICNC 2015 bundle Moret Efficient Glob. Optim.,
Efficient Glob. Inversion
Dedicated to ICNC 2015 workshop.

Installation

  • Promethee GUI installer:
    • download promethee-*-install-*.jar installer file
    • double-click (on Windows), or open with java -jar (on Unix),
    • once installation is finished, just use the shortcut on your desktop.
[optional]
  • Promethee server daemon archive
    • download prometheed-*-install-*.zip file,
    • unzip in chosen installation path,
    • modify the calculator.xml file to put your code command (or script) path,
    • modify the calculator.xml file to put all the IP addresses of GUI users,
    • startup calculator daemon using prometheed_start.sh or prometheed.bat script.

Code plugin

Code plugin Output supported Download
Neutronics
Moret k-effective, perturbated k-effective, kinetic parameters, Kij matrix.
MCNP(X) k-effective, Tallies, Energy tallies, Mesh tallies.

or use Promethee/MCNP dedicated bundle (for Windows):
Scale k-effective (mean_keff, sigma_keff from Keno), nuclear data sensitivities (from Tsunami) for somes isotopes (Pu, U, Fe, Ti, C)
or use Promethee/Scale dedicated bundle (for Windows):
Apollo Pij → keff kinf slowing_down M2 B2,
SnKeff → keff kinf slowing_down,
SnNormes → dimension ekeff dkeff_ddimension,
Depletion → Co59 flux
Tripoli k-effective
Tripoli-ext k-effective, scores (including batch and energy/geometry wise)
Vesta Time sampling, burn material per Zamid
Darwin Burnup, compositions.
Serpent Criticality (k-effectives) and burn-up (burnup energy activity decay actinide fission_product) data
Dragon criticality and burn-up data
CFD
Cathare returns all FORT07 output described in *g files
Flica returns RFTC
CFX using CFX .ccl input files, returns all MONITOR POINTS data (per time)
Aerocontamination
Sylvia Scalar values in *.syl file.
General purpose
Pelicans
R output expressions cat(“z =”,…
Scilab output expressions disp(“z =”,…

Installation

To activate it in an existing Promethee front-end installation:
  • put the .ioplugin or .ioplugin.jar file inside the Promethee installation path, in plugins/io directory
    Note: or just unzip the plugin archive in Promethee installation directory
  • restart the graphical front-end.
To activate a code plugin in a running Promethee back-end instance:
  • put the .cplugin.jar (if available) file inside the Promethee installation path, in plugins/calc directory,
    Note: or just unzip the plugin archive within Promethee installation path
  • update the calculator XML file (as described in previous chapter): add
    <CODE name="CODENAME" cplugin="file:./plugins/calc/CODENAME.cplugin.jar" command="/PATH/TO/CODE/SCRIPT" />
    line (replacing CODENAME) in the Promethee installation path, calculator.xml file, inside <calculator> tag,
  • wait 5 seconds for automatic update of configuration.

Algorithm plugin

Algorithm plugin Engineering issue supported Download
Space filling design
FactorialFactorial space filling design.
StraussStrauss space filling design.
FaureFaure space filling design.
LHSLatin hypercube space filling design.
Sensitivity analysis
GPCPolynomial Chaos Expansion.
FASTFAST sensitivity analysis.
Morris ScreeningMorris screening analysis.
SRCSRC sensitivity analysis.
PCCPCC sensitivity analysis.
Uncertainties propagation
Random samplingRandom sampling.
Random sampling with statistic TargetRandom sampling as long as precision target is not reached (using bootstrap estimator).
Wilks formulaWilks random sampling for estimation of upper/lower bounds of sample.
Inversion
BrentBrent 1-D zero search.
DichotomyDichotomy 1-D zero search.
EGIEfficient Global inversion.
Optimization
GradientDescentGradient descent optimizer.
OptimGeneral-purpose optimization based on Nelder–Mead, quasi-Newton and conjugate-gradient algorithms.
EGOEfficient Global optimizer.
CMAESCovariance Matrix Adapting Evolutionary Strategy optimizer.
PSOParticle Swarm Optimization.
NSGA2Nondominated Sorting Genetic Algorithm 2.
Others
SUNSETSUNSET (Sensitivity and UNcertainty Statistical Evaluation Tool) wrapper.

Installation

  • User/GUI side:
    • copy .jar (and if needed .zip and .tar.gz) file in Promethee intallation directory, inside plugins/doe directory,
    • restart Promethee GUI.
  • Server side: nothing to do.
© IRSN - All right reserved - Legal information