|
programmer's documentation
|
Data Entry of the thermal module in 1-Dimension Wall. More...
Functions/Subroutines | |
| subroutine | uspt1d (nvar, nscal, nfpt1d, iappel, ifpt1d, izft1d, nppt1d, iclt1d, tppt1d, rgpt1d, eppt1d, tept1d, hept1d, fept1d, xlmt1d, rcpt1d, dtpt1d, dt) |
Data Entry of the thermal module in 1-Dimension Wall.
See Data setting for the 1D-wall thermal module (uspt1d.f90) for examples.
| subroutine uspt1d | ( | integer | nvar, |
| integer | nscal, | ||
| integer | nfpt1d, | ||
| integer | iappel, | ||
| integer, dimension(nfpt1d) | ifpt1d, | ||
| integer, dimension(nfabor) | izft1d, | ||
| integer, dimension(nfpt1d) | nppt1d, | ||
| integer, dimension(nfpt1d) | iclt1d, | ||
| double precision, dimension(nfpt1d) | tppt1d, | ||
| double precision, dimension(nfpt1d) | rgpt1d, | ||
| double precision, dimension(nfpt1d) | eppt1d, | ||
| double precision, dimension(nfpt1d) | tept1d, | ||
| double precision, dimension(nfpt1d) | hept1d, | ||
| double precision, dimension(nfpt1d) | fept1d, | ||
| double precision, dimension(nfpt1d) | xlmt1d, | ||
| double precision, dimension(nfpt1d) | rcpt1d, | ||
| double precision, dimension(nfpt1d) | dtpt1d, | ||
| double precision, dimension(ncelet) | dt | ||
| ) |
| [in] | nvar | nvar total number of variables |
| [in] | nscal | total number of scalars |
| [in] | nfpt1d | number of faces with the 1-D thermal module |
| [in] | iappel | data type to send |
| [in] | ifpt1d | number of the face treated |
| [in] | izft1d | boundary faces zone for 1d-module definition |
| [in] | nppt1d | number of discretized points |
| [in] | iclt1d | boundary condition type |
| [in] | eppt1d | wall thickness |
| [in] | rgpt1d | geometric ratio of the meshing refinement |
| [in] | tppt1d | wall temperature initialization |
| [in] | tept1d | exterior temperature |
| [in] | hept1d | exterior exchange coefficient |
| [in] | fept1d | flux applied to the exterior |
| [in] | xlmt1d | lambda wall conductivity coefficient |
| [in] | rcpt1d | rhoCp wall coefficient |
| [in] | dtpt1d | wall time step |
| [in] | dt | time step (per cell) |
| [in] | nscal | nvar total number of variables |
| [in] | nscal | total number of scalars |
| [in] | nfpt1d | number of faces with the 1-D thermal module |
| [in] | iappel | data type to send |
| [in] | ifpt1d | number of the face treated |
| [in] | izft1d | boundary faces zone for 1d-module definition |
| [in] | nppt1d | number of discretized points |
| [in] | iclt1d | boundary condition type |
| [in] | eppt1d | wall thickness |
| [in] | rgpt1d | geometric ratio of the meshing refinement |
| [in] | tppt1d | wall temperature initialization |
| [in] | tept1d | exterior temperature |
| [in] | hept1d | exterior exchange coefficient |
| [in] | fept1d | flux applied to the exterior |
| [in] | xlmt1d | lambda wall conductivity coefficient |
| [in] | rcpt1d | rhoCp wall coefficient |
| [in] | dtpt1d | wall time step |
| [in] | dt | time step (per cell) |
| [in] | nfpt1d | nvar total number of variables |
| [in] | nscal | total number of scalars |
| [in] | nfpt1d | number of faces with the 1-D thermal module |
| [in] | iappel | data type to send |
| [in] | ifpt1d | number of the face treated |
| [in] | izft1d | boundary faces zone for 1d-module definition |
| [in] | nppt1d | number of discretized points |
| [in] | iclt1d | boundary condition type |
| [in] | eppt1d | wall thickness |
| [in] | rgpt1d | geometric ratio of the meshing refinement |
| [in] | tppt1d | wall temperature initialization |
| [in] | tept1d | exterior temperature |
| [in] | hept1d | exterior exchange coefficient |
| [in] | fept1d | flux applied to the exterior |
| [in] | xlmt1d | lambda wall conductivity coefficient |
| [in] | rcpt1d | rhoCp wall coefficient |
| [in] | dtpt1d | wall time step |
| [in] | dt | time step (per cell) |
1.8.13