CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

FreeFem++ - Pedestrian Flow

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 23, 2014, 08:40
Default FreeFem++ - Pedestrian Flow
  #1
New Member
 
Jakub
Join Date: May 2013
Location: Czech Republic
Posts: 16
Rep Power: 12
jakubstary is on a distinguished road
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);
Please, can you help me with it? I'm a beginner in FreeFem.
Thanks.
jakubstary is offline   Reply With Quote

Reply

Tags
freefem, pedestrian


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


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 05:21
Different flow patterns in CFX and Fluent avi@lpsc CFX 6 April 17, 2012 01:22
Flow meter Design CD adapco Group Marketing Siemens 3 June 21, 2011 08:33
potential flow vs. Euler flow curious ... Main CFD Forum 23 July 21, 2006 07:40
Plug Flow Franck Main CFD Forum 3 September 4, 2003 05:57


All times are GMT -4. The time now is 21:26.