NAME
Opacity
SYNOPSIS
call Opacity (real (in) :: soln(:), integer (in) :: ngrp, real (out) :: opacityAbsorption, real (out) :: opacityEmission, real (out) :: opacityTransport )
DESCRIPTION
Computes absorption, emission and transport opacities for a particular cell. Stub implementation sets all opacities to zero.
ARGUMENTS
soln : The solution vector for the cell ngrp : The energy group number opacityAbsorption : the absorption opacity (in 1/cm) opacityEmission : the emission opacity (in 1/cm) opacityTransport : the transport opacity (in 1/cm)