1. are the three Rankine-Hugoniot conditions on the discontinuities at a shock front (Osterbrock .Ferland page 163 ) in CLOUDY included ? ( in "Wind" commando...
1. are the three Rankine-Hugoniot conditions ... the physics is described in Henney et al. (ApJ 621, 328) where the full system of equations are given. Yes,...
Hello, Is there a way to change the energy mesh in cloudy in order to have a better spectroscopy resolution? I have the [O III] 5007/4959 blend together in the...
I recently installed the latest version of cloudy on my new linux workstation. Previously I was using cloudy 94. The new code compiled fine and I didn't see...
I recently installed the latest version of cloudy on my new linux workstation. Previously I was using cloudy 94. The new code compiled fine and I didn't see...
Hi Greg, The slowdown is expected. There has been extensive development on Cloudy between version 94 and 06.02. A fair number of these improvements are at the...
... I'm searching a large parameter space which requires running lots of models. Is there any way to reduce the calculation time, like turning off molecules...
... models. Is there any ... grains. I could turn them ... acheive the best possible ... best would be to use a parallel machine and mpi. there is a sample ...
Hi all, by asking to CLOUDY for an outprint of the type ... I got the answer. Emission Line Spectrum. Constant Density Model. Open geometry. Iteration 1...
Hi Horacio, There is not a special command that you have to include to print out those particular lines. There is, however, the possibility that the lines are...
Hi Ryan, thanks it works well, even with the 2nd command ... all the lines in the interval appear, even with the different contribution. now, this selection is...
Greetings, We will release the last bug-fix roll up for C06.02 within the next week. If you have come across any problems please report them very soon. ...
Hi all, The default value of the geometric covering factor it's unity (1.0). But if I use the command covering factor 1.0 I get line intensities ~7% different...
Hi there, Thanks for the input script. By default the code assumes an open geometry and a covering factor of unity. The SPHERE command changes from an open to...
Greetings, Version C06.02c, the last bug-fix roll up of Cloudy 06.02, is now posted. This includes all bug fixes that have been made since 06.02 was released....
Dear Gary and all, I'm currently modelling an emission-line spectrum of a nebula (a sort of a XIN) that probably has a power-law photoionizing source with the ...
... OK, here it is: title model for W50 eastern filemant no vary power law slope=-1.5 hi cut=100 low cut=0.1 varyb optimize range -2. to 0. optimize...
Hello, I am confused about punch lines, emissivity and punch lines, cumulative, and what happens with recombination lines. Specifically, I was trying to look...
Hello, I have a question about the output of "punch last source function, depth". The hazy1_06_02.pdf manual says that "The first column gives the integrated...
Hi Karen, ... this is a bug or deficiency. The model of the emission from the lowest levels was added for the Ferland & Persson paper on CaII emission. This...
... Hi Karen, This option was to look at the Lyman continuum source function. The first column is the optical depth in the Lyman continuum at energies ...
hi, i'm having trouble compling cloudy v c06.02c on a linux system running fedora. there are many errors when i do cc -ansi -c -O3 -fno-math-errno -Wall *.c in...
In C lines that start with a # are not comments but special preprocessor directives, so you should the # back in, like so: #define FILENAME_PATH_LENGTH 200 ...