#include <FloGrid.H>
|
| FloVolumeSoln (unsigned int ncell_i=0, unsigned int ncell_j=0, unsigned int ncell_k=0) |
|
void | Resize (unsigned int ncell_i, unsigned int ncell_j, unsigned int ncell_k) |
|
Definition at line 473 of file FloGrid.H.
FloVolumeSoln |
( |
unsigned int |
ncell_i = 0 , |
|
|
unsigned int |
ncell_j = 0 , |
|
|
unsigned int |
ncell_k = 0 |
|
) |
| |
|
inline |
Definition at line 488 of file FloGrid.H.
References Resize().
491 Resize(ncell_i,ncell_j,ncell_k);
void Resize(unsigned int ncell_i, unsigned int ncell_j, unsigned int ncell_k)
void Resize |
( |
unsigned int |
ncell_i, |
|
|
unsigned int |
ncell_j, |
|
|
unsigned int |
ncell_k |
|
) |
| |
|
inline |
Definition at line 494 of file FloGrid.H.
References _af, _current_time, _disp, _pf, _resid, _rhoEf, _rhof, _rhouf, _rhovf, _rhowf, _Tf, and _unsteady.
Referenced by FloVolumeSoln().
496 unsigned int ncells = ncell_i * ncell_j * ncell_k;
497 unsigned int number_of_nodes = (ncell_i+1)*(ncell_j+1)*(ncell_k+1);
498 _rhof.resize(ncells,0.0);
499 _rhouf.resize(ncells,0.0);
500 _rhovf.resize(ncells,0.0);
501 _rhowf.resize(ncells,0.0);
502 _rhoEf.resize(ncells,0.0);
503 _pf.resize(ncells,0.0);
504 _Tf.resize(ncells,0.0);
505 _af.resize(ncells,0.0);
506 _disp.resize(number_of_nodes*3,0.0);
std::vector< double > _Tf
std::vector< double > _pf
std::vector< double > _disp
std::vector< double > _af
std::vector< double > _rhouf
std::vector< double > _rhoEf
std::vector< double > _rhowf
std::vector< double > _rhovf
std::vector< double > _rhof
std::vector<double> _disp |
std::vector<double> _rhoEf |
std::vector<double> _rhof |
std::vector<double> _rhouf |
std::vector<double> _rhovf |
std::vector<double> _rhowf |
The documentation for this class was generated from the following file: