1#ifndef R1D_SYSTEM_ACCESS_H
2#define R1D_SYSTEM_ACCESS_H
197 return systemPtr_->
domain();
206 return systemPtr_->
domain();
263 return systemPtr_->
wField(
id);
282 return systemPtr_->
cField(
id);
A spatially homogeneous mixture.
Flory-Huggins excess free energy model.
One-dimensional spatial domain and discretization grid.
Mixture of polymers and solvents.
Concise accesss to an associated System.
~SystemAccess()
Destructor.
System::WField & wField(int monomerId)
Get chemical potential field for a specific monomer type.
SystemAccess()
Default constructor.
const Domain & domain() const
Get spatial domain (including grid info) by reference.
const Interaction & interaction() const
Get interaction (i.e., excess free energy model) by reference.
const Homogeneous::Mixture & homogeneous() const
Get homogeneous mixture (for reference calculations).
DArray< System::CField > & cFields()
Get array of all chemical potential fields.
DArray< System::WField > & wFields()
Get array of all chemical potential fields.
FileMaster & fileMaster()
Get FileMaster by reference.
virtual void setSystem(System &system)
Set the system after construction.
System::CField & cField(int monomerId)
Get chemical potential field for a specific monomer type.
const System & system() const
Get parent System by reference.
const Mixture & mixture() const
Get Mixture by reference.
Main class in SCFT simulation of one system.
Interaction & interaction()
Get interaction (i.e., excess free energy) by reference.
CField & cField(int monomerId)
Get chemical potential field for a specific monomer type.
DArray< CField > & cFields()
Get array of all chemical potential fields.
Homogeneous::Mixture & homogeneous()
Get homogeneous mixture (for reference calculations).
Domain & domain()
Get spatial domain (including grid info) by reference.
FileMaster & fileMaster()
Get FileMaster by reference.
WField & wField(int monomerId)
Get chemical potential field for a specific monomer type.
DArray< WField > & wFields()
Get array of all chemical potential fields.
Mixture & mixture()
Get Mixture by reference.
Dynamically allocatable contiguous array template.
A FileMaster manages input and output files for a simulation.
#define UTIL_ASSERT(condition)
Assertion macro suitable for debugging serial or parallel code.
PSCF package top-level namespace.
Utility classes for scientific computation.