Power & Cooling - Harness energy like a resource


 
Thread Tools Search this Thread
Operating Systems HP-UX HP Server News and Podcasts RSS Power & Cooling - Harness energy like a resource
# 1  
Old 09-09-2008
Power & Cooling - Harness energy like a resource

Power and cooling are tough problems. Learn how Thermal Logic turns high-density into a power and cooling, "energy-thrifty" advantage to save customers watts every second.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Help Required with Automation Harness

Hi All I have to be careful how I word this as the last time I mentioned it everyone assumed I am a recruiter and I got some flack for it. So let me start by assuring you that I am not one, and this is not a commercial post in any way. I'm posting this to see if I can interest anyone in... (2 Replies)
Discussion started by: steadyonabix
2 Replies

2. AIX

Power HA 6.1 Bring Resource group online issue

Hi all, I have the following in hacmp.out for bringing Resource group online. Volume groups themselves are Enhanced-Capable and on each node I can varyon and mount filesystems. +main1_rg_01:cl_activate_vgs STATUS=0 +main1_rg_01:cl_activate_vgs typeset -li STATUS +main1_rg_01:cl_activate_vgs... (2 Replies)
Discussion started by: OdilPVC
2 Replies

3. AIX

POWER HA 5.5 & Service IP / disk heart beat

Hello, I have a quick question regarding POWER HA ( HACMP ) 5.5 ; I have four ethernet adapters en0 en1 en2 en3 en0 is configured as BOOT_IP with IP address all other ethernet adapters are empty en1 / en2 / en3 so when I configure the service IP and start HACMP , the service IP... (2 Replies)
Discussion started by: filosophizer
2 Replies
Login or Register to Ask a Question
Xray::Absorption::McMaster(3pm) 			User Contributed Perl Documentation			   Xray::Absorption::McMaster(3pm)

       "cross_section"
	   Example:

	      $xsec = Xray::Absorption -> cross_section($elem, $energy, $mode);

	      @xsec = Xray::Absorption -> cross_section($elem, @energy, $mode);

	   The $mode argument is different here than for the other resources.  The options are "xsec", "photo", "coherent" and "incoherent",
	   telling this method to return the full cross-section or just the photoelectric, coherent, or incoherent portions.

	   The values for all cross-sections are computed as log-log polynomials as described in the original paper by McMaster et al.

NAME
Xray::Absorption::McMaster - Perl interface to the McMaster tables SYNOPSIS
use Xray::Absorption; Xray::Absorption -> load("mcmaster"); See the documentation for Xray::Absorption for details. DESCRIPTION
This module is inherited by the Xray::Absorption module and provides access to the data contained in the 1969 McMaster tables. The data in this module, commonly referred to as "The McMaster Tables", was originally published as Compilation of X-Ray Cross Sections W.H. McMster, N. Kerr Del Grande, J.H. Mallett, J.H. Hubbell National Bureau of Standards UCRL-50174 Section II Revision 1(1969) Available from National Technical Information Services L-3 United States Department of Commerce This can be a bit difficult to find. IIT's Galvin library has kindly made a scan of it available: http://www.gl.iit.edu/govdocs/resources/xray.html The data is contained in a database file called mcmaster.db which is generated at install time from a flat text database of the McMster data. The data originally comes from mucal.f, a Fortran subroutine originally written by Dr. Pathikrit Bandhyapodhyay. The required Chemistry::Elements module is available from CPAN in the miscellaneous modules section. EDGE AND LINE ENERGIES
The McMaster data resource only includes K and L 1-3 edges. For light elements, it provides only a single L edge energy -- that for the L1 edge. For heavier elements it provides a single M energy, the energy of the M1 edge. It only supplies four generic fluorescence line energies, Kalpha, Kbeta, Lalpha, and Lbeta. In each case the energy provided is the energy of the brightest line of that sort. BUGS AND THINGS TO DO
o Make sure this handles fluorescence lines which are in other resources, but not in this resource in a sensible manner. o What happens if you call "line_toggle" when this is loaded? How about when elam was loaded but then you switch to this one? AUTHOR
Bruce Ravel, bruce@phys.washington.edu http://feff.phys.washington.edu/~ravel/software/Absorption/ perl v5.12.4 2011-07-30 Xray::Absorption::McMaster(3pm)