|
[Sponsors] |
March 23, 2014, 09:40 |
FreeFem++ - Pedestrian Flow
|
#1 |
New Member
Jakub
Join Date: May 2013
Location: Czech Republic
Posts: 16
Rep Power: 13 |
Hi,
I need to solve the first order macroscopic pedestrian flow model in 2D in FreeFem: rho_t + div(rho*V(rho)*mu) = 0, where V(rho) is some speed-density relation and mu is constant for my case, but I can't figure out, how to write the code of my problem in FreeFem. I think that it will be: Code:
problem pedestrian(rho, rhoh) = int2d(Th)( rho*rhoh/dt ) +int2d(Th)( ....... ) +on (some boundary condition); Thanks. |
|
Tags |
freefem, pedestrian |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
mass flow in is not equal to mass flow out | saii | CFX | 12 | March 19, 2018 06:21 |
Different flow patterns in CFX and Fluent | avi@lpsc | CFX | 6 | April 17, 2012 02:22 |
Flow meter Design | CD adapco Group Marketing | Siemens | 3 | June 21, 2011 09:33 |
potential flow vs. Euler flow | curious ... | Main CFD Forum | 23 | July 21, 2006 08:40 |
Plug Flow | Franck | Main CFD Forum | 3 | September 4, 2003 06:57 |