Skip to content
Snippets Groups Projects
Commit 95ff7de2 authored by Ulrich Kemloh's avatar Ulrich Kemloh
Browse files

update exit_crossing_strategy

parent 671ac175
No related branches found
No related tags found
No related merge requests found
...@@ -597,7 +597,7 @@ For the definition of the GCFM the user is refereed to \cite{Chraibi2010a}. ...@@ -597,7 +597,7 @@ For the definition of the GCFM the user is refereed to \cite{Chraibi2010a}.
<model_parameters> <model_parameters>
<solver>euler</solver> <solver>euler</solver>
<stepsize>0.01</stepsize> <stepsize>0.01</stepsize>
<exitCrossingStrategy>4</exitCrossingStrategy> <exit_crossing_strategy>4</exit_crossing_strategy>
<linkedcells enabled="true" cell_size="2.2" /> <linkedcells enabled="true" cell_size="2.2" />
<force_ped nu="0.3" dist_max="3" disteff_max="2" interpolation_width="0.1" /> <force_ped nu="0.3" dist_max="3" disteff_max="2" interpolation_width="0.1" />
<force_wall nu="0.2" dist_max="3" disteff_max="2" interpolation_width="0.1" /> <force_wall nu="0.2" dist_max="3" disteff_max="2" interpolation_width="0.1" />
...@@ -635,7 +635,7 @@ For the definition of the GCFM the user is refereed to \cite{Chraibi2010a}. ...@@ -635,7 +635,7 @@ For the definition of the GCFM the user is refereed to \cite{Chraibi2010a}.
\paragraph{stepsize} integration step size in seconds. Be careful not to choose a large value otherwise the system might become unstable. \paragraph{stepsize} integration step size in seconds. Be careful not to choose a large value otherwise the system might become unstable.
The recommended value $10^{-3}$ s. The recommended value $10^{-3}$ s.
\paragraph{exitCrossingStrategy} defines how a pedestrian crosses a line $L = [P_1, P_2]$. Possible values are: \paragraph{exit\_crossing\_strategy} defines how a pedestrian crosses a line $L = [P_1, P_2]$. Possible values are:
\begin{itemize} \begin{itemize}
\item \textbf{1}: The direction of the pedestrian is towards the middle of $L$ ($\frac{P_1+P2}{2}$) \item \textbf{1}: The direction of the pedestrian is towards the middle of $L$ ($\frac{P_1+P2}{2}$)
\item \textbf{2}: The direction is given by the nearest point on $L$ to the position of the pedestrian. \item \textbf{2}: The direction is given by the nearest point on $L$ to the position of the pedestrian.
...@@ -701,7 +701,7 @@ Both models differ only in the definition of the repulsive force (see \autoref{e ...@@ -701,7 +701,7 @@ Both models differ only in the definition of the repulsive force (see \autoref{e
<model_parameters> <model_parameters>
<solver>euler</solver> <solver>euler</solver>
<stepsize>0.01</stepsize> <stepsize>0.01</stepsize>
<exitCrossingStrategy>3</exitCrossingStrategy> <exit_crossing_strategy>3</exit_crossing_strategy>
<linkedcells enabled="true" cell_size="2.2" /> <linkedcells enabled="true" cell_size="2.2" />
<bmax mu="0.25" sigma="0.01" /> <bmax mu="0.25" sigma="0.01" />
<bmin mu="0.20" sigma="0.01" /> <bmin mu="0.20" sigma="0.01" />
...@@ -919,7 +919,7 @@ xsi:noNamespaceSchemaLocation="http://xsd.jupedsim.org/0.6/jps_ini_core.xsd"> ...@@ -919,7 +919,7 @@ xsi:noNamespaceSchemaLocation="http://xsd.jupedsim.org/0.6/jps_ini_core.xsd">
<model_parameters> <model_parameters>
<solver>euler</solver> <solver>euler</solver>
<stepsize>0.01</stepsize> <stepsize>0.01</stepsize>
<exitCrossingStrategy>4</exitCrossingStrategy> <exit_crossing_strategy>4</exit_crossing_strategy>
<linkedcells enabled="true" cell_size="2.2" /> <linkedcells enabled="true" cell_size="2.2" />
<force_ped nu="0.3" dist_max="3" disteff_max="2" interpolation_width="0.1" /> <force_ped nu="0.3" dist_max="3" disteff_max="2" interpolation_width="0.1" />
<force_wall nu="0.2" dist_max="3" disteff_max="2" interpolation_width="0.1" /> <force_wall nu="0.2" dist_max="3" disteff_max="2" interpolation_width="0.1" />
...@@ -946,7 +946,7 @@ xsi:noNamespaceSchemaLocation="http://xsd.jupedsim.org/0.6/jps_ini_core.xsd"> ...@@ -946,7 +946,7 @@ xsi:noNamespaceSchemaLocation="http://xsd.jupedsim.org/0.6/jps_ini_core.xsd">
<model_parameters> <model_parameters>
<solver>euler</solver> <solver>euler</solver>
<stepsize>0.01</stepsize> <stepsize>0.01</stepsize>
<exitCrossingStrategy>3</exitCrossingStrategy> <exit_crossing_strategy>3</exit_crossing_strategy>
<linkedcells enabled="true" cell_size="2.2" /> <linkedcells enabled="true" cell_size="2.2" />
<force_ped nu="3" b="0.25" c="3.0"/> <force_ped nu="3" b="0.25" c="3.0"/>
<force_wall nu="10" b="0.70" c="3.0"/> <force_wall nu="10" b="0.70" c="3.0"/>
...@@ -1347,7 +1347,7 @@ In the master inifile you can use python syntax to give different values for the ...@@ -1347,7 +1347,7 @@ In the master inifile you can use python syntax to give different values for the
\item \textbf{geometry}: Give a directory name containing different xml-files. In case you have only one file, just specify its name. \item \textbf{geometry}: Give a directory name containing different xml-files. In case you have only one file, just specify its name.
\item \textbf{num\_threads}: (Optional) Number of CPUs to be used in the simulation. If not given (and openmp is activated), the maximum of cores in the machine is used. Otherwise num\_threads=1. \item \textbf{num\_threads}: (Optional) Number of CPUs to be used in the simulation. If not given (and openmp is activated), the maximum of cores in the machine is used. Otherwise num\_threads=1.
\item \textbf{number}: Number of agents \item \textbf{number}: Number of agents
\item \textbf{exitCrossingStrategy}: Strategy for the desired direction %,exit\_crossing\_strategy \item \textbf{exit\_crossing\_strategy}: Strategy for the desired direction
\item \textbf{model\_id}: operational model \item \textbf{model\_id}: operational model
\item \textbf{cell\_size}: Cell size \item \textbf{cell\_size}: Cell size
\item \textbf{router\_id}: Router \item \textbf{router\_id}: Router
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment