PSCF v1.1
Classes | Functions
Pscf::Homogeneous Namespace Reference

Properties of spatially homogeneous mixtures (Flory-Huggins theory). More...

Classes

class  Clump
 Collection of all monomers of a single type in a molecule. More...
 
class  Mixture
 A spatially homogeneous mixture. More...
 
class  Molecule
 Descriptor of a molecular species in a homogeneous mixture. More...
 

Functions

std::istream & operator>> (std::istream &in, Clump &block)
 istream extractor for a Clump. More...
 
std::ostream & operator<< (std::ostream &out, const Clump &block)
 ostream inserter for a Clump. More...
 

Detailed Description

Properties of spatially homogeneous mixtures (Flory-Huggins theory).

Function Documentation

◆ operator>>()

std::istream & Pscf::Homogeneous::operator>> ( std::istream &  in,
Clump block 
)

istream extractor for a Clump.

Parameters
ininput stream
blockClump to be read from stream
Returns
modified input stream

Definition at line 36 of file Clump.cpp.

◆ operator<<()

std::ostream & Pscf::Homogeneous::operator<< ( std::ostream &  out,
const Clump block 
)

ostream inserter for a Clump.

Parameters
outoutput stream
blockClump to be written to stream
Returns
modified output stream

Definition at line 46 of file Clump.cpp.