Closed gforney closed 9 years ago
I'll take a look at it.
Original issue reported on code.google.com by mcgratta
on 2011-11-21 16:23:14
All of your RAMP functions have only a single point. A RAMP should have at least 2 points.
Tell me if this fixes the problem.
Original issue reported on code.google.com by mcgratta
on 2011-11-21 16:43:18
OK I will try! Thanks you VERY MUCH for your consideration to my problem!
Original issue reported on code.google.com by lorenzo.dedonato
on 2011-11-21 17:39:21
Hi,
I've tried to understand the meaning of RAMP but I can't find where to modify the code.
We want all Function with constant value so we don't need RAMP.
We don't understand where to put the 2 points you wrote us to input. Can you make an
example of what do you mean about RAMP in our case?
------------------------------------------------------------------------------------------------------------
Do you mean this part of code? This code is about EFC (windows). The windows are close
or open and we don't have other values.
This windows could open thanks to "smoke detector".
&CTRL ID='C_53010_T', FUNCTION_TYPE='CUSTOM', RAMP_ID='RAMP_53010', INPUT_ID='TIMER'/
&CTRL ID='C_53010' , FUNCTION_TYPE='ANY', INPUT_ID='C_53010_T', LATCH = .FALSE., INITIAL_STATE=
.TRUE., DELAY = 0.00/
&CTRL ID='C_53012_T', FUNCTION_TYPE='CUSTOM', RAMP_ID='RAMP_53012', INPUT_ID='TIMER'/
&CTRL ID='C_53012' , FUNCTION_TYPE='ANY', INPUT_ID='C_53012_T', LATCH = .FALSE., INITIAL_STATE=
.TRUE., DELAY = 0.00/
&CTRL ID='C_53071_T', FUNCTION_TYPE='CUSTOM', RAMP_ID='RAMP_53071', INPUT_ID='TIMER'/
&CTRL ID='C_53071' , FUNCTION_TYPE='ANY', INPUT_ID='C_53071_T', LATCH = .FALSE., INITIAL_STATE=
.TRUE., DELAY = 0.00/
&CTRL ID='C_53074_T', FUNCTION_TYPE='CUSTOM', RAMP_ID='RAMP_53074', INPUT_ID='TIMER'/
&CTRL ID='C_53074' , FUNCTION_TYPE='ANY', INPUT_ID='C_53074_T', LATCH = .FALSE., INITIAL_STATE=
.TRUE., DELAY = 0.00/
&CTRL ID='C_53076_T', FUNCTION_TYPE='CUSTOM', RAMP_ID='RAMP_53076', INPUT_ID='TIMER'/
&CTRL ID='C_53076' , FUNCTION_TYPE='ANY', INPUT_ID='C_53076_T', LATCH = .FALSE., INITIAL_STATE=
.TRUE., DELAY = 0.00/
&CTRL ID='C_66636_T', FUNCTION_TYPE='CUSTOM', RAMP_ID='RAMP_66636', INPUT_ID='TIMER'/
&CTRL ID='C_66636' , FUNCTION_TYPE='ANY', INPUT_ID='C_66636_T', LATCH = .FALSE., INITIAL_STATE=
.TRUE., DELAY = 0.00/
&RAMP ID='RAMP_53010' T=10.25 F=-1/
&RAMP ID='RAMP_53012' T=10.25 F=-1/
&RAMP ID='RAMP_53071' T=40.25 F=-1/
&RAMP ID='RAMP_53074' T=40.25 F=-1/
&RAMP ID='RAMP_53076' T=40.25 F=-1/
&RAMP ID='RAMP_66636' T=40.25 F=-1/
------------------------------------------------------------------------------------------------------------
Thank you a lot, we wait for an answer! :)
Original issue reported on code.google.com by lorenzo.dedonato
on 2011-11-23 16:20:54
&RAMP ID='RAMP_53010' T=0. F=-1/
&RAMP ID='RAMP_53010' T=10.25 F=-1/
Do this for each RAMP.
Original issue reported on code.google.com by mcgratta
on 2011-11-23 16:41:05
OK'll try! Thanks!
Original issue reported on code.google.com by lorenzo.dedonato
on 2011-11-23 17:08:43
It works!!!!!!! Thank you a lot!!!!!!
Original issue reported on code.google.com by lorenzo.dedonato
on 2011-11-23 17:53:35
FDS was dividing by Delta T, which was 0 because there is only one T.
Original issue reported on code.google.com by mcgratta
on 2011-11-23 17:54:57
Can I ask you something about multi processor calculation?
If I have a dual core cpu I must use 2 meshes .. it's right? And the same it's about
quad core? Or I need four meshes? Thanks.
Original issue reported on code.google.com by lorenzo.dedonato
on 2011-11-23 17:59:48
If you use the MPI (Message Passing Interface) version of FDS, you need to have an equal
number of meshes to your processors. If you use the OpenMP version, you can exploit
multiple processors on the same machine. See the User's Guide for information.
Original issue reported on code.google.com by mcgratta
on 2011-11-23 18:37:24
Ok I understand that MPI needs an equal number of meshes to my processors but if I use
multiple meshes with openMP what happens? Could you explain to me? Because I can't
run the calculation on a cluster ... I don't have it! Thank you.
Original issue reported on code.google.com by lorenzo.dedonato
on 2011-11-24 18:32:09
http://groups.google.com/group/fds-smv/browse_thread/thread/a2e9d0803bad46a
Original issue reported on code.google.com by mcgratta
on 2011-11-26 17:11:22
Original issue reported on code.google.com by
lorenzo.dedonato
on 2011-11-20 18:30:14