1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580
|
/*
* Methods for the class Eos_strange_cr_cr
*
* (see file eos.h for documentation)
*
*/
/*
* Copyright (c) 2000 J. Leszek Zdunik
* Copyright (c) 2000-2001 Eric Gourgoulhon
*
* This file is part of LORENE.
*
* LORENE is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* LORENE is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with LORENE; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
char Eos_strange_cr_cr_C[] = "$Header: /cvsroot/Lorene/C++/Source/Eos/eos_strange_cr.C,v 1.7 2014/10/13 08:52:54 j_novak Exp $" ;
/*
* $Id: eos_strange_cr.C,v 1.7 2014/10/13 08:52:54 j_novak Exp $
* $Log: eos_strange_cr.C,v $
* Revision 1.7 2014/10/13 08:52:54 j_novak
* Lorene classes and functions now belong to the namespace Lorene.
*
* Revision 1.6 2014/10/06 15:13:07 j_novak
* Modified #include directives to use c++ syntax.
*
* Revision 1.5 2004/03/25 10:29:02 j_novak
* All LORENE's units are now defined in the namespace Unites (in file unites.h).
*
* Revision 1.4 2002/10/16 14:36:35 j_novak
* Reorganization of #include instructions of standard C++, in order to
* use experimental version 3 of gcc.
*
* Revision 1.3 2002/04/09 14:32:15 e_gourgoulhon
* 1/ Added extra parameters in EOS computational functions (argument par)
* 2/ New class MEos for multi-domain EOS
*
* Revision 1.2 2001/12/04 21:27:53 e_gourgoulhon
*
* All writing/reading to a binary file are now performed according to
* the big endian convention, whatever the system is big endian or
* small endian, thanks to the functions fwrite_be and fread_be
*
* Revision 1.1.1.1 2001/11/20 15:19:27 e_gourgoulhon
* LORENE
*
* Revision 2.2 2001/02/07 09:49:26 eric
* Suppression de la fonction derent_ent_p.
* Ajout des fonctions donnant les derivees de l'EOS:
* der_nbar_ent_p
* der_ener_ent_p
* der_press_ent_p
* /
*
* Revision 2.1 2000/11/24 13:26:50 eric
* Correction erreur dans set_auxillary(): rho_nd_nucl est un membre !
*
* Revision 2.0 2000/11/23 14:46:35 eric
* *** empty log message ***
*
*
* $Header: /cvsroot/Lorene/C++/Source/Eos/eos_strange_cr.C,v 1.7 2014/10/13 08:52:54 j_novak Exp $
*
*/
// Headers C
#include <cstdlib>
#include <cstring>
#include <cmath>
// Headers Lorene
#include "eos.h"
#include "cmp.h"
#include "utilitaires.h"
#include "unites.h"
//------------------------------------//
// Constructors //
//------------------------------------//
// Standard constructor
// --------------------
namespace Lorene {
Eos_strange_cr::Eos_strange_cr(double n0_b60_i, double b60_i, double ent0_i,
double eps_fit_i, double rho0_b60_i,
double ent_nd_i, double rho_nd_i, double gam_i) :
Eos("Strange matter EOS from Zdunik (2000) with crust"),
n0_b60(n0_b60_i),
b60(b60_i),
ent0(ent0_i),
eps_fit(eps_fit_i),
rho0_b60(rho0_b60_i),
ent_nd(ent_nd_i),
rho_nd(rho_nd_i),
gam(gam_i) {
set_auxiliary() ;
}
// Copy constructor
// -----------------
Eos_strange_cr::Eos_strange_cr(const Eos_strange_cr& eos_i) :
Eos(eos_i),
n0_b60(eos_i.n0_b60),
b60(eos_i.b60),
ent0(eos_i.ent0),
eps_fit(eos_i.eps_fit),
rho0_b60(eos_i.rho0_b60),
ent_nd(eos_i.ent_nd),
rho_nd(eos_i.rho_nd),
gam(eos_i.gam) {
set_auxiliary() ;
}
// Constructor from binary file
// ----------------------------
Eos_strange_cr::Eos_strange_cr(FILE* fich) :
Eos(fich) {
fread_be(&n0_b60, sizeof(double), 1, fich) ;
fread_be(&b60, sizeof(double), 1, fich) ;
fread_be(&ent0, sizeof(double), 1, fich) ;
fread_be(&eps_fit, sizeof(double), 1, fich) ;
fread_be(&rho0_b60, sizeof(double), 1, fich) ;
fread_be(&ent_nd, sizeof(double), 1, fich) ;
fread_be(&rho_nd, sizeof(double), 1, fich) ;
fread_be(&gam, sizeof(double), 1, fich) ;
set_auxiliary() ;
}
// Constructor from a formatted file
// ---------------------------------
Eos_strange_cr::Eos_strange_cr(ifstream& fich) :
Eos(fich) {
char blabla[80] ;
fich >> n0_b60 ; fich.getline(blabla, 80) ;
fich >> b60 ; fich.getline(blabla, 80) ;
fich >> ent0 ; fich.getline(blabla, 80) ;
fich >> eps_fit ; fich.getline(blabla, 80) ;
fich >> rho0_b60 ; fich.getline(blabla, 80) ;
fich >> ent_nd ; fich.getline(blabla, 80) ;
fich >> rho_nd ; fich.getline(blabla, 80) ;
fich >> gam ; fich.getline(blabla, 80) ;
set_auxiliary() ;
}
//--------------//
// Destructor //
//--------------//
Eos_strange_cr::~Eos_strange_cr(){
// does nothing
}
//--------------//
// Assignment //
//--------------//
void Eos_strange_cr::operator=(const Eos_strange_cr& eosi) {
set_name(eosi.name) ;
n0_b60 = eosi.n0_b60 ;
b60 = eosi.b60 ;
ent0 = eosi.ent0 ;
eps_fit = eosi.eps_fit ;
rho0_b60 = eosi.rho0_b60 ;
ent_nd = eosi.ent_nd ;
rho_nd = eosi.rho_nd ;
gam = eosi.gam ;
set_auxiliary() ;
}
//-----------------------//
// Miscellaneous //
//-----------------------//
void Eos_strange_cr::set_auxiliary() {
using namespace Unites ;
rho_nd_nucl = rho_nd * mevpfm3 ;
rho0 = b60 * rho0_b60 * mevpfm3 ;
b34 = pow(b60, double(0.75)) ;
n0 = b34 * n0_b60 * double(10) ; // 10 : fm^{-3} --> 0.1 fm^{-3}
fach = (double(4) + eps_fit) / (double(1) + eps_fit) ;
x_nd = (exp (ent_nd) - 1. )/( 1. +exp(ent_nd)/( gam - 1. ) );
delent = log(1+fach*x_nd*rho_nd_nucl/rho0) / fach - ent_nd;
ncr_nd = (1. + x_nd) * n0 * rho_nd_nucl/rho0
/ exp(ent_nd) / exp(delent);
unsgam1 = double(1) / ( gam - double(1) ) ;
gam1sx = ( gam - double(1) - x_nd) / gam / x_nd ;
cout << "ncr_nd =" << ncr_nd << endl ;
cout << "eos ent_nd, x_nd, delent, ent_nd +delent " << ent_nd << " "<< x_nd << " "
<< delent <<" "<< (ent_nd+delent) << endl ;
double pcr = x_nd * rho_nd_nucl *
pow(( gam - 1. - x_nd)/gam/x_nd *
fabs((exp(ent_nd)-1.)), gam/(gam-1.)) ;
double psq = ( exp(fach * (ent_nd + delent)) - 1) / fach
* rho0 ;
cout << " eos sqm fach =" << fach << " PNS_s " <<
psq << " PNS_cr = " << pcr << endl ;
//double relp=psq/pcr ;
cout << " 1+fach ... " << (1+fach*x_nd*rho_nd_nucl/rho0) << endl;
cout << " log(miu) " <<
log(pow((1+fach*x_nd*rho_nd_nucl/rho0),1./fach)) << endl;
double miu_rate = rho0/n0*pow((1+fach*x_nd*rho_nd_nucl/rho0),1./fach)/
rho_nd_nucl/(1-x_nd/(gam-1.))*ncr_nd/exp(ent_nd) ;
cout << " miu_rate -1 " << miu_rate -1. ;
double aa0 = log(1+fach*x_nd*rho_nd_nucl/rho0) / fach ;
double aa1 = log(pow(1+fach*x_nd*rho_nd_nucl/rho0, 1./fach)) ;
cout << "aa0, aa1, aa0-aa1 : " << aa0 << " " << aa1 << " " <<
aa0-aa1 << endl ;
cout << "fach : " << fach << endl ;
cout << "1+fach*x_nd*rho_nd_nucl/rho0 : " << 1+fach*x_nd*rho_nd_nucl/rho0 << endl ;
}
//------------------------//
// Comparison operators //
//------------------------//
bool Eos_strange_cr::operator==(const Eos& eos_i) const {
bool resu = true ;
if ( eos_i.identify() != identify() ) {
cout << "The second EOS is not of type Eos_strange_cr !" << endl ;
resu = false ;
}
else{
const Eos_strange_cr& eos = dynamic_cast<const Eos_strange_cr&>( eos_i ) ;
if (eos.n0_b60 != n0_b60) {
cout
<< "The two Eos_strange_cr have different n0_b60 : " << n0_b60 << " <-> "
<< eos.n0_b60 << endl ;
resu = false ;
}
if (eos.b60 != b60) {
cout
<< "The two Eos_strange_cr have different b60 : " << b60 << " <-> "
<< eos.b60 << endl ;
resu = false ;
}
if (eos.ent0 != ent0) {
cout
<< "The two Eos_strange_cr have different ent0 : " << ent0 << " <-> "
<< eos.ent0 << endl ;
resu = false ;
}
if (eos.eps_fit != eps_fit) {
cout
<< "The two Eos_strange_cr have different eps_fit : " << eps_fit
<< " <-> " << eos.eps_fit << endl ;
resu = false ;
}
if (eos.rho0_b60 != rho0_b60) {
cout
<< "The two Eos_strange_cr have different rho0_b60 : " << rho0_b60
<< " <-> " << eos.rho0_b60 << endl ;
resu = false ;
}
if (eos.ent_nd != ent_nd) {
cout
<< "The two Eos_strange_cr have different ent_nd : "
<< ent_nd
<< " <-> " << eos.ent_nd << endl ;
resu = false ;
}
if (eos.rho_nd != rho_nd) {
cout
<< "The two Eos_strange_cr have different rho_nd : "
<< rho_nd
<< " <-> " << eos.rho_nd << endl ;
resu = false ;
}
if (eos.gam != gam) {
cout
<< "The two Eos_strange_cr have different gam : " << gam
<< " <-> " << eos.gam << endl ;
resu = false ;
}
}
return resu ;
}
bool Eos_strange_cr::operator!=(const Eos& eos_i) const {
return !(operator==(eos_i)) ;
}
//------------//
// Outputs //
//------------//
void Eos_strange_cr::sauve(FILE* fich) const {
Eos::sauve(fich) ;
fwrite_be(&n0_b60, sizeof(double), 1, fich) ;
fwrite_be(&b60, sizeof(double), 1, fich) ;
fwrite_be(&ent0, sizeof(double), 1, fich) ;
fwrite_be(&eps_fit, sizeof(double), 1, fich) ;
fwrite_be(&rho0_b60, sizeof(double), 1, fich) ;
fwrite_be(&ent_nd, sizeof(double), 1, fich) ;
fwrite_be(&rho_nd, sizeof(double), 1, fich) ;
fwrite_be(&gam, sizeof(double), 1, fich) ;
}
ostream& Eos_strange_cr::operator>>(ostream & ost) const {
ost <<
"EOS of class Eos_strange_cr " << endl
<< " (Strange matter EOS from Zdunik (2000) with crust) "
<< endl ;
ost << " Baryon density at zero pressure : " << n0_b60
<< " * B_{60}^{3/4}" << endl ;
ost << " Bag constant B : " << b60 << " * 60 MeV/fm^3"<< endl ;
ost <<
" Log-enthalpy threshold for setting the energy density to non-zero: "
<< endl << " " << ent0 << endl ;
ost << " Fitting parameter eps_fit : " << eps_fit << endl ;
ost << " Energy density at zero pressure : " << rho0_b60
<< " * B_{60} MeV/fm^3" << endl ;
ost << " Log-enthalpy at neutron drip point : " << ent_nd << endl ;
ost << " Energy density at neutron drip point : " << rho_nd
<< " MeV/fm^3" << endl ;
ost << " Adiabatic index for the crust : " << gam << endl ;
return ost ;
}
//------------------------------//
// Computational routines //
//------------------------------//
// Baryon density from enthalpy
//------------------------------
double Eos_strange_cr::nbar_ent_p(double ent, const Param* ) const {
if ( ent > ent0 ) {
if (ent > ent_nd) { // Strange quark matter
double entsqm = ent + delent ;
return n0 * exp( double(3) * entsqm / (double(1) + eps_fit)) ;
}
else { // crust
double fn_au = pow( gam1sx * ( exp(ent)- double(1) ), unsgam1) ;
return ncr_nd * fn_au ;
}
}
else{
return 0 ;
}
}
// Energy density from enthalpy
//------------------------------
double Eos_strange_cr::ener_ent_p(double ent, const Param* ) const {
if ( ent > ent0 ) {
if (ent > ent_nd) { // Strange quark matter
double entsqm = ent + delent ;
double pp = ( exp(fach * entsqm) - double(1)) / fach * rho0 ;
return rho0 + double(3) * pp / (double(1) + eps_fit) ;
}
else { // crust
double fn_au = pow( gam1sx *(exp(ent) - double(1) ), unsgam1) ;
return rho_nd_nucl * ( (double(1) - x_nd * unsgam1 ) * fn_au
+ x_nd * unsgam1 * pow(fn_au, gam)) ;
}
}
else{
return 0 ;
}
}
// Pressure from enthalpy
//------------------------
double Eos_strange_cr::press_ent_p(double ent, const Param* ) const {
if ( ent > ent0 ) {
if (ent > ent_nd) { // Strange quark matter
double entsqm = ent + delent ;
return ( exp(fach * entsqm) - double(1) ) / fach * rho0 ;
}
else{ // crust
double fn_au = pow( gam1sx *(exp(ent) - double(1) ), unsgam1) ;
return x_nd * rho_nd_nucl * pow(fn_au, gam) ;
}
}
else{
return 0 ;
}
}
// dln(n)/ln(H) from enthalpy
//---------------------------
double Eos_strange_cr::der_nbar_ent_p(double ent, const Param* ) const {
if ( ent > ent0 ) {
if (ent > ent_nd) { // Strange quark matter
double entsqm = ent + delent ;
return double(3) * entsqm / ( double(1) + eps_fit ) ;
}
else{ // crust
cout << "Eos_strange_cr::der_nbar_ent_p not ready yet !" << endl ;
abort() ;
return 0 ;
}
}
else{
return 0 ;
}
}
// dln(e)/ln(H) from enthalpy
//---------------------------
double Eos_strange_cr::der_ener_ent_p(double ent, const Param* ) const {
if ( ent > ent0 ) {
if (ent > ent_nd) { // Strange quark matter
double entsqm = ent + delent ;
double xx = fach * entsqm ;
return xx / ( double(1) +
( double(1) + eps_fit ) / double(3) * exp(-xx) ) ;
}
else{ // crust
cout << "Eos_strange_cr::der_ener_ent_p not ready yet !" << endl ;
abort() ;
return 0 ;
}
}
else{
return 0 ;
}
}
// dln(p)/ln(H) from enthalpy
//---------------------------
double Eos_strange_cr::der_press_ent_p(double ent, const Param* ) const {
if ( ent > ent0 ) {
if (ent > ent_nd) { // Strange quark matter
double entsqm = ent + delent ;
double xx = fach * entsqm ;
return xx / ( double(1) - exp(-xx) ) ;
}
else{ // crust
cout << "Eos_strange_cr::der_press_ent_p not ready yet !" << endl ;
abort() ;
return 0 ;
}
}
else{
return 0 ;
}
}
}
|