Back to the FuelManager home page.
For large fuel scene, FuelManager requires more memory than the default amount attributed to Java To increase memory allocated to Capsis (here to 4Gb), run , run the following command (see more in FAQ):
sh setmem.sh 4096
Initialize
buttonSend an email to francois.pimont@inra.fr or coligny@cirad.fr.
FuelManager mostly relies on the fire library. The initial step has to be defined using the different input format available (see below) to generate the fuel items to be included in the scene. Fuel treatments and evolutions can then be simulated. The scene can be visualized and fuel properties can be computed in the 3D Editor. A scene can be exported to the input format of FIRETEC and WFDS, which are two physics-based fire models.
Several input file formats can be loaded from the initial dialog of the GUI.
The 3D editor is opened after a scene has been loaded. It has several functionalities:
Orbit
to change the orbit point of view,Pan
to move the scene vertically and horizontally, Zoom
to increase or decrease the focus.Select
to select an object on the scene, Move
to move an object on the scene, Add
to add an object on the scene, Polyline
to draw a polyline, Polygon
to draw a polygon, Remove
to remove an object from the scene, Undo
to cancel the last action, Redo
to redo the last action.Several viewers and graphical outputs are available under a project step.
Among the most useful viewer and graphical outputs in the context of the Fuel Manager:
NB: All 3D viewers are designed to that they can deal with a very large number of items (more than 1 million trees for example). In this case, the representation is simplified (up to a single point close to canopy top, at least for the smallest trees). However, rendering can be temporary improved by increasing the qualityNote (up to 100%) for nice visualisation, but the manipulation of the scene will be very slow.
Exports to three fire models are currently available:
Specific interventions were implemented in the FuelManager. Among them:
These interventions can be applied to the whole scene or to a group of trees or plot cells.
Several other interventions are available. Among the most useful in FuelManager:
Using growth model for Plants and succession models for LayerSets (details of parametrization here), the evolution of the scene can be simulated. Currently, the Aleppo pine growth model of Dreyfus et al. (2001) and a succession model for kermes oak garrigue (LayerSet) are the only models available for evolution. Since these models are hard coded, the implementation of new growth models requires development in the module. On the image below, the evolution from yellow to green of the layerSets in the fuel-break illustrates biomass accumulation.
Fuel manager projects can be created, managed and configured as every Capsis project.
A script that loads a scene from a file with From Field Parameter format and exports it to Firetec monofuel can be loaded thanks to the command :
sh capsis.sh -p script ... fireparadox.userscript.ScriptFP_readFromFieldFile fielParameterFile outputDirectory
Other scripts are available.