Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

cloudy_simulations · Cloudy - plasma simulations

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 276
  • Category: Astrophysics
  • Founded: Jun 25, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 1445 - 1474 of 1853   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1445 alfrednideng Send Email Mar 23, 2012
2:41 am
Folks, Cloudy prints the following text with "save cooling" command. Could someone help me with decoding what this means? Many thanks, Nick Gnedin #depth cm...
1446 Peter van Hoof
peter_van_hoof Send Email
Mar 23, 2012
9:30 am
Hi Nick, depth in cm temperature in kelvin total heating in erg/cm3/s total cooling in erg/cm3/s relative fractions of the largest contributors to the cooling ...
1447 Alfred Nideng
alfrednideng Send Email
Mar 23, 2012
12:29 pm
Peter, The first four I guesses, but what do symbols like "ISclinH H", "ISclinHeHe&quot;, "C 3" mean? Nick ________________________________ From: Peter van Hoof...
1448 Peter van Hoof
peter_van_hoof Send Email
Mar 23, 2012
12:41 pm
Hi Nick, The best thing to do is to grep for the strings in the source. e.g. grep -C3 ISclin *.cpp iso_cool.cpp- /* line energy exchange can be either heating...
1449 dljuly3 Send Email Mar 28, 2012
12:34 am
I am trying to run a large grid of cloudy models. I am running in to some problems on the lower end of the temperature range. Here is a copy of the input for...
1450 Adam Hester
talkalot246 Send Email
Mar 28, 2012
5:37 pm
1451 Peter van Hoof
peter_van_hoof Send Email
Mar 29, 2012
10:01 am
Hi Adam, ... It looks like the attachments didn't make it through. Could you post the input scripts directly in the body, or include them in the "files"...
1452 Carla Buemi
macpaperin@... Send Email
Mar 29, 2012
10:20 am
Hi, I'm new to CLOUDY and I'm trying to simulate the SED expected from a circumstellar nebula composed from an hot and a cold components. Is it possible to...
1453 Peter van Hoof
peter_van_hoof Send Email
Mar 29, 2012
12:55 pm
Hi, ... You could try to increase the number of allowed convergence failures by including the command iterations <n> where <n> is some value larger than 20,...
1454 Peter van Hoof
peter_van_hoof Send Email
Mar 29, 2012
1:38 pm
Hi Carla, ... Yes, that is possible using the "save transmitted continuum" command. But probably easier is to define an appropriate density law describing the...
1455 Adam Hester
talkalot246 Send Email
Mar 29, 2012
11:18 pm
Peter (and anybody else interested in helping), Thank you very much for your quick notice of my mistake. I've now uploaded and labeled all of the files in a...
1456 Peter van Hoof
peter_van_hoof Send Email
Mar 30, 2012
9:39 am
Hi Adam, OK, I see the problem. In your first run in xhi.in you ran a grid. By combining this with a punch transmitted continuum command, you get a transmitted...
1457 Gary Ferland
gary_ferland Send Email
Mar 31, 2012
1:14 pm
Hi Manoel, in C10 the lines were hand coded into the source. You can follow the code in cool_zinc.cpp which has only one line. Search over the code to find...
1458 maurosirigu Send Email Apr 2, 2012
11:23 am
Dear Group, I use CLOUDY (v. 10) to compute line intensities for BLR clouds in presence of dust grains. I recently noticed in some of my cloud models that the...
1459 dere Send Email Apr 2, 2012
2:00 pm
This is a step in the right direction. Chianti is one of the databases that is distributed in C10 but it is not clear how it is used. But Chianti is a moving...
1460 Peter van Hoof
peter_van_hoof Send Email
Apr 2, 2012
2:21 pm
Hi Ken, ... Chianti is present in the current development version, but not in the C10 release. One of the problems we have at the moment is that the hand-coded...
1461 hartlyon64 Send Email Apr 6, 2012
4:12 pm
I am trying to run the following input file with cloudy 8.01 and get the following message in the output (this is all there is in the output file): DISASTER...
1462 Gary Ferland
gary_ferland Send Email
Apr 7, 2012
7:40 pm
Hi Dick, Message 1396 in this group discusses that error. It is due to using an editor that does not properly terminate the last line of the file. You can...
1463 Gary J. Ferland
gary_ferland Send Email
Apr 9, 2012
1:56 am
Hi Mauro well, you found a bug. If you compare the inward luminosity of the line, it is the same in the intrinsic and emergent columns. The quantity reported...
1464 Peter van Hoof
peter_van_hoof Send Email
Apr 10, 2012
8:00 am
Hi Dick, Could you check whether the input file is missing a newline at the end? This is a problem that has been solved in C10 if my memory serves, but it is...
1465 maurosirigu Send Email Apr 12, 2012
10:29 am
Dear Gary, Thank you for your quick answer! Anyway, I still have a question: do you think we can consider at least the total emergent luminosities as reliable...
1466 jarmour2358 Send Email Apr 18, 2012
7:13 pm
Hello, I was wondering if anyone in this group had attempted to call Cloudy as a subroutine of a FORTRAN 77 code. I am attempting to do this currently and...
1467 Peter van Hoof
peter_van_hoof Send Email
Apr 19, 2012
8:52 am
Hi, ... The basic problem is that C++ mangles routine names in ways that fortran doesn't expect. That is why the linker cannot find them. You would need to...
1468 Gary Ferland
gary_ferland Send Email
Apr 19, 2012
3:53 pm
this is #5 on the Cloudy FAQ page: trac.nublado.org/wiki/FaqPage...
1469 jarmour2358 Send Email Apr 19, 2012
4:41 pm
Thank you for the responses. I'm actually already trying to use the cfortran.h header file discussed in the FAQ page. I was wondering if anyone here had any...
1470 Gary J. Ferland
gary_ferland Send Email
Apr 20, 2012
10:50 pm
I did get cfortran.h to work, but that was in a previous century. Your problem is in getting the linker to get the names right with your compilers. Googling...
1471 nick_soton Send Email May 1, 2012
10:53 am
Hi, I'm currently working to extend the capabilities of Knox Long's Python radiative transfer code into the X-ray regime. As part of this I'm putting Compton...
1472 Gary J. Ferland
gary_ferland Send Email
May 7, 2012
12:09 pm
the treatment of the Compton effect is described in part 3 of Hazy. It is badly out of date so a compiled version is not included in the download. You can...
1473 Belay Sitotaw
belayphys_2009 Send Email
May 8, 2012
8:47 am
I did not have any idea about c++ but I know FORTRAN. My problem is, how do I call subroutine and writing CLOUDY codes. I want to work on photo ionization...
1474 Nicholas Higginbottom
nick_soton Send Email
May 9, 2012
2:47 pm
Thanks for this Gary! I had read hazy 10.3, and also the Levich and Sunyaev paper from 1970. I think they all say the same thing, and I have a solution that...
Messages 1445 - 1474 of 1853   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help